| 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 | Description |
|---|---|---|
IoHandlerChain |
ChainedIoHandler.getChain() |
| Constructor | Description |
|---|---|
ChainedIoHandler(IoHandlerChain chain) |
Creates a new instance which executes the specified
IoHandlerChain on a messageReceived event. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.