Package | Description |
---|---|
org.apache.mina.handler.chain |
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
|
Modifier and Type | Method and Description |
---|---|
IoHandlerChain |
ChainedIoHandler.getChain() |
Constructor and Description |
---|
ChainedIoHandler(IoHandlerChain chain)
Creates a new instance which executes the specified
IoHandlerChain on a messageReceived event. |
Copyright © 2004–2016 Apache MINA Project. All rights reserved.