Uses of Class
org.apache.mina.handler.chain.IoHandlerChain.Entry

Packages that use IoHandlerChain.Entry
org.apache.mina.handler.chain A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern. 
 

Uses of IoHandlerChain.Entry in org.apache.mina.handler.chain
 

Methods in org.apache.mina.handler.chain that return IoHandlerChain.Entry
 IoHandlerChain.Entry IoHandlerChain.getEntry(String name)
           
 

Methods in org.apache.mina.handler.chain that return types with arguments of type IoHandlerChain.Entry
 List<IoHandlerChain.Entry> IoHandlerChain.getAll()
           
 List<IoHandlerChain.Entry> IoHandlerChain.getAllReversed()
           
 



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