Package javax.servlet

Interface Registration.Dynamic

    • Method Detail

      • setAsyncSupported

        void setAsyncSupported​(boolean isAsyncSupported)
        Mark this Servlet/Filter as supported asynchronous processing.
        Parameters:
        isAsyncSupported - Should this Servlet/Filter support asynchronous processing
        Throws:
        java.lang.IllegalStateException - if the ServletContext associated with this registration has already been initialised