public static interface IoHandlerCommand.NextCommand
IoHandlerCommand
of
the IoHandlerChain
. This interface provides a way to forward
the request to the next IoHandlerCommand
.Modifier and Type | Method | Description |
---|---|---|
void |
execute(IoSession session,
Object message) |
Forwards the request to the next
IoHandlerCommand in the
IoHandlerChain . |
void execute(IoSession session, Object message) throws Exception
IoHandlerCommand
in the
IoHandlerChain
.session
- The current sessionmessage
- The message to pass onException
- If anything went wrongCopyright © 2004–2018 Apache MINA Project. All rights reserved.