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 and 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.Exception