Uses of Class
org.apache.mina.handler.chain.IoHandlerChain
Packages that use IoHandlerChain
Package
Description
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 IoHandlerChainMethods in org.apache.mina.handler.chain that return IoHandlerChainConstructors in org.apache.mina.handler.chain with parameters of type IoHandlerChainModifierConstructorDescriptionChainedIoHandler(IoHandlerChain chain) Creates a new instance which executes the specifiedIoHandlerChainon amessageReceivedevent.