Package | Description |
---|---|
org.apache.mina.common |
Common types required for users to use MINA.
|
org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
Modifier and Type | Method and Description |
---|---|
IoFilterChain.Entry |
IoFilterChain.getEntry(String name)
Returns the
IoFilterChain.Entry with the specified name in this chain. |
IoFilterChain.Entry |
DefaultIoFilterChainBuilder.getEntry(String name) |
Modifier and Type | Method and Description |
---|---|
List<IoFilterChain.Entry> |
IoFilterChain.getAll()
Returns the list of all
IoFilterChain.Entry s this chain contains. |
List<IoFilterChain.Entry> |
DefaultIoFilterChainBuilder.getAll() |
List<IoFilterChain.Entry> |
IoFilterChain.getAllReversed()
Returns the reversed list of all
IoFilterChain.Entry s this chain contains. |
List<IoFilterChain.Entry> |
DefaultIoFilterChainBuilder.getAllReversed() |
Modifier and Type | Method and Description |
---|---|
IoFilterChain.Entry |
AbstractIoFilterChain.getEntry(String name) |
Modifier and Type | Method and Description |
---|---|
List<IoFilterChain.Entry> |
AbstractIoFilterChain.getAll() |
List<IoFilterChain.Entry> |
AbstractIoFilterChain.getAllReversed() |
Copyright © 2004–2014 Apache MINA Project. All rights reserved.