Package org.apache.mina.handler.chain
Class IoHandlerChain.Entry
java.lang.Object
org.apache.mina.handler.chain.IoHandlerChain.Entry
- Enclosing class:
IoHandlerChain
Represents a name-command pair that an
IoHandlerChain
contains.-
Method Summary
Modifier and TypeMethodDescriptionReturns the command.getName()
Returns the name of the command.Returns theIoHandlerCommand.NextCommand
of the command.
-
Method Details
-
getName
Returns the name of the command. -
getCommand
Returns the command. -
getNextCommand
Returns theIoHandlerCommand.NextCommand
of the command.
-