Interface SocketIOSessionOutbound

    • Method Detail

      • handle

        org.atmosphere.cpr.Action handle​(org.atmosphere.cpr.AtmosphereRequest request,
                                         org.atmosphere.cpr.AtmosphereResponse response,
                                         SocketIOSession session)
                                  throws java.io.IOException
        Parameters:
        request -
        response -
        session -
        Returns:
        Throws:
        java.io.IOException
      • abort

        void abort()
        Cause connection and all activity to be aborted and all resources to be released. The handler is expected to call the session's onShutdown() when it is finished. The only session method that the handler can legally call after this is onShutdown();
      • getSessionId

        java.lang.String getSessionId()
        Returns: