| 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.Entry |
IoHandlerChain.getEntry(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IoHandlerChain.Entry> |
IoHandlerChain.getAll() |
java.util.List<IoHandlerChain.Entry> |
IoHandlerChain.getAllReversed() |