org.apache.mina.handler.chain

Class IoHandlerChain.Entry

Enclosing Class:
IoHandlerChain

public class IoHandlerChain.Entry
extends java.lang.Object

Represents a name-command pair that an IoHandlerChain contains.

Method Summary

IoHandlerCommand
getCommand()
Returns the command.
String
getName()
Returns the name of the command.
NextCommand
getNextCommand()
Returns the IoHandlerCommand.NextCommand of the command.

Method Details

getCommand

public IoHandlerCommand getCommand()
Returns the command.

getName

public String getName()
Returns the name of the command.

getNextCommand

public NextCommand getNextCommand()