Interface IoHandlerCommand.NextCommand

    • Method Detail

      • execute

        void execute​(IoSession session,
                     java.lang.Object message)
              throws java.lang.Exception
        Forwards the request to the next IoHandlerCommand in the IoHandlerChain.
        Parameters:
        session - The current session
        message - The message to pass on
        Throws:
        java.lang.Exception - If anything went wrong