public static interface IoHandlerCommand.NextCommand
IoHandlerCommand
of
the IoHandlerChain
. This interface provides a way to forward
the request to the next IoHandlerCommand
.限定符和类型 | 方法和说明 |
---|---|
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