Interface AbstractEndpoint.Handler<S>

    • Method Detail

      • getGlobal

        java.lang.Object getGlobal()
        Obtain the GlobalRequestProcessor associated with the handler.
        Returns:
        the GlobalRequestProcessor
      • release

        void release​(SocketWrapperBase<S> socketWrapper)
        Release any resources associated with the given SocketWrapper.
        Parameters:
        socketWrapper - The socketWrapper to release resources for
      • pause

        void pause()
        Inform the handler that the endpoint has stopped accepting any new connections. Typically, the endpoint will be stopped shortly afterwards but it is possible that the endpoint will be resumed so the handler should not assume that a stop will follow.
      • recycle

        void recycle()
        Recycle resources associated with the handler.