Uses of Class
org.apache.mina.handler.chain.IoHandlerChain.Entry
-
Packages that use IoHandlerChain.Entry Package Description 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 Modifier and Type Method Description IoHandlerChain.Entry
IoHandlerChain. getEntry(String name)
Retrieve a name-command pair by its nameMethods in org.apache.mina.handler.chain that return types with arguments of type IoHandlerChain.Entry Modifier and Type Method Description List<IoHandlerChain.Entry>
IoHandlerChain. getAll()
List<IoHandlerChain.Entry>
IoHandlerChain. getAllReversed()
-