Uses of Interface
org.apache.mina.core.filterchain.IoFilterChain.Entry
-
Packages that use IoFilterChain.Entry Package Description org.apache.mina.core.filterchain -
-
Uses of IoFilterChain.Entry in org.apache.mina.core.filterchain
Methods in org.apache.mina.core.filterchain that return IoFilterChain.Entry Modifier and Type Method Description IoFilterChain.Entry
DefaultIoFilterChain. getEntry(Class<? extends IoFilter> filterType)
Returns theIoFilterChain.Entry
with the specified filterType in this chain.IoFilterChain.Entry
DefaultIoFilterChain. getEntry(String name)
Returns theIoFilterChain.Entry
with the specified name in this chain.IoFilterChain.Entry
DefaultIoFilterChain. getEntry(IoFilter filter)
Returns theIoFilterChain.Entry
with the specified filter in this chain.IoFilterChain.Entry
DefaultIoFilterChainBuilder. getEntry(Class<? extends IoFilter> filterType)
IoFilterChain.Entry
DefaultIoFilterChainBuilder. getEntry(String name)
IoFilterChain.Entry
DefaultIoFilterChainBuilder. getEntry(IoFilter filter)
IoFilterChain.Entry
IoFilterChain. getEntry(Class<? extends IoFilter> filterType)
Returns theIoFilterChain.Entry
with the specified filterType in this chain.IoFilterChain.Entry
IoFilterChain. getEntry(String name)
Returns theIoFilterChain.Entry
with the specified name in this chain.IoFilterChain.Entry
IoFilterChain. getEntry(IoFilter filter)
Returns theIoFilterChain.Entry
with the specified filter in this chain.Methods in org.apache.mina.core.filterchain that return types with arguments of type IoFilterChain.Entry Modifier and Type Method Description List<IoFilterChain.Entry>
DefaultIoFilterChain. getAll()
List<IoFilterChain.Entry>
DefaultIoFilterChainBuilder. getAll()
List<IoFilterChain.Entry>
IoFilterChain. getAll()
List<IoFilterChain.Entry>
DefaultIoFilterChain. getAllReversed()
List<IoFilterChain.Entry>
DefaultIoFilterChainBuilder. getAllReversed()
List<IoFilterChain.Entry>
IoFilterChain. getAllReversed()
-