| 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(String name)
Retrieve a name-command pair by its name
|
| Modifier and Type | Method and Description |
|---|---|
List<IoHandlerChain.Entry> |
IoHandlerChain.getAll() |
List<IoHandlerChain.Entry> |
IoHandlerChain.getAllReversed() |
Copyright © 2004–2024 Apache MINA Project. All rights reserved.