Package javax.servlet

Interface Registration.Dynamic

    • Method Detail

      • setAsyncSupported

        void setAsyncSupported​(boolean isAsyncSupported)
        Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.

        By default, servlet and filters do not support asynchronous operations.

        A call to this method overrides any previous setting.

        Parameters:
        isAsyncSupported - true if the Servlet or Filter represented by this dynamic Registration supports asynchronous operations, false otherwise
        Throws:
        java.lang.IllegalStateException - if the ServletContext from which this dynamic Registration was obtained has already been initialized