Uses of Class
org.apache.mina.handler.chain.IoHandlerChain
-
Packages that use IoHandlerChain 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 in org.apache.mina.handler.chain
Fields in org.apache.mina.handler.chain declared as IoHandlerChain Modifier and Type Field Description private IoHandlerChainChainedIoHandler. chainMethods in org.apache.mina.handler.chain that return IoHandlerChain Modifier and Type Method Description IoHandlerChainChainedIoHandler. getChain()Constructors in org.apache.mina.handler.chain with parameters of type IoHandlerChain Constructor Description ChainedIoHandler(IoHandlerChain chain)Creates a new instance which executes the specifiedIoHandlerChainon amessageReceivedevent.
-