|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoFilterChain.Entry | |
---|---|
org.apache.mina.common | Common types required for users to use MINA. |
Uses of IoFilterChain.Entry in org.apache.mina.common |
---|
Methods in org.apache.mina.common that return IoFilterChain.Entry | |
---|---|
IoFilterChain.Entry |
IoFilterChain.getEntry(String name)
Returns the IoFilterChain.Entry with the specified name in this chain. |
IoFilterChain.Entry |
DefaultIoFilterChainBuilder.getEntry(String name)
|
Methods in org.apache.mina.common that return types with arguments of type IoFilterChain.Entry | |
---|---|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |