Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface IoHandlerCommand.NextCommand
IoHandlerCommand
of
the IoHandlerChain
. This interface provides a way to forward
the request to the next IoHandlerCommand
.
Method Summary | |
void |
|
public void execute(IoSession session, Object message) throws Exception
Forwards the request to the nextIoHandlerCommand
in theIoHandlerChain
.