Uses of Interface
org.apache.mina.common.IoFilterChain.Entry

Packages that use IoFilterChain.Entry
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of IoFilterChain.Entry in org.apache.mina.common
 

Methods in org.apache.mina.common that return IoFilterChain.Entry
 IoFilterChain.Entry IoFilterChain.getEntry(String name)
          Returns the IoFilterChain.Entry with the specified name in this chain.
 IoFilterChain.Entry DefaultIoFilterChainBuilder.getEntry(String name)
           
 

Methods in org.apache.mina.common that return types with arguments of type IoFilterChain.Entry
 List<IoFilterChain.Entry> IoFilterChain.getAll()
          Returns the list of all IoFilterChain.Entrys this chain contains.
 List<IoFilterChain.Entry> DefaultIoFilterChainBuilder.getAll()
           
 List<IoFilterChain.Entry> IoFilterChain.getAllReversed()
          Returns the reversed list of all IoFilterChain.Entrys this chain contains.
 List<IoFilterChain.Entry> DefaultIoFilterChainBuilder.getAllReversed()
           
 



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