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,
java.lang.Object message) |
Forwards the request to the next
IoHandlerCommand in the
IoHandlerChain . |
void execute(IoSession session, java.lang.Object message) throws java.lang.Exception
IoHandlerCommand
in the
IoHandlerChain
.java.lang.Exception