Interface AsyncSupport<E extends AtmosphereResource>

    • Method Detail

      • getContainerName

        java.lang.String getContainerName()
        Return the name of the Java Web Server.
        Returns:
        the name of the Java Web Server.
      • init

        void init​(javax.servlet.ServletConfig sc)
           throws javax.servlet.ServletException
        Initialize the WebServer using the ServletConfig
        Parameters:
        sc - the ServletConfig
        Throws:
        javax.servlet.ServletException
      • action

        void action​(E actionEvent)
        Process an Action from an ActionEvent operation like suspend, resume or timed out.
        Parameters:
        actionEvent - An instance of Action
      • supportWebSocket

        boolean supportWebSocket()
        Return true if this implementation supports the websocket protocol.
        Returns:
        true if supported