Package org.apache.mina.handler.chain
Interface IoHandlerCommand.NextCommand
- Enclosing interface:
IoHandlerCommand
public static interface IoHandlerCommand.NextCommand
Represents an indirect reference to the next
IoHandlerCommand
of
the IoHandlerChain
. This interface provides a way to forward
the request to the next IoHandlerCommand
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Forwards the request to the nextIoHandlerCommand
in theIoHandlerChain
.
-
Method Details
-
execute
Forwards the request to the nextIoHandlerCommand
in theIoHandlerChain
.- Throws:
Exception
-