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.EntryDefaultIoFilterChain. getEntry(Class<? extends IoFilter> filterType)Returns theIoFilterChain.Entrywith the specifiedfilterTypein this chain.IoFilterChain.EntryDefaultIoFilterChain. getEntry(String name)Returns theIoFilterChain.Entrywith the specifiednamein this chain.IoFilterChain.EntryDefaultIoFilterChain. getEntry(IoFilter filter)Returns theIoFilterChain.Entrywith the specifiedfilterin this chain.IoFilterChain.EntryDefaultIoFilterChainBuilder. getEntry(Class<? extends IoFilter> filterType)IoFilterChain.EntryDefaultIoFilterChainBuilder. getEntry(String name)IoFilterChain.EntryDefaultIoFilterChainBuilder. getEntry(IoFilter filter)IoFilterChain.EntryIoFilterChain. getEntry(Class<? extends IoFilter> filterType)Returns theIoFilterChain.Entrywith the specifiedfilterTypein this chain.IoFilterChain.EntryIoFilterChain. getEntry(String name)Returns theIoFilterChain.Entrywith the specifiednamein this chain.IoFilterChain.EntryIoFilterChain. getEntry(IoFilter filter)Returns theIoFilterChain.Entrywith the specifiedfilterin 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()
-