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.
        Throws:
        java.lang.Exception