Package org.apache.mina.handler.chain

A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.

See:
          Description

Interface Summary
IoHandlerCommand A IoHandlerCommand encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by custom attributes provided by IoSession.
IoHandlerCommand.NextCommand Represents an indirect reference to the next IoHandlerCommand of the IoHandlerChain.
 

Class Summary
ChainedIoHandler An IoHandler which executes an IoHandlerChain on a messageReceived event.
IoHandlerChain A chain of IoHandlerCommands.
 

Package org.apache.mina.handler.chain Description

A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.