Uses of Interface
org.apache.mina.core.filterchain.IoFilterChainBuilder
-
Packages that use IoFilterChainBuilder Package Description org.apache.mina.core.filterchain org.apache.mina.core.service -
-
Uses of IoFilterChainBuilder in org.apache.mina.core.filterchain
Classes in org.apache.mina.core.filterchain that implement IoFilterChainBuilder Modifier and Type Class Description class
DefaultIoFilterChainBuilder
The default implementation ofIoFilterChainBuilder
which is useful in most cases.Fields in org.apache.mina.core.filterchain declared as IoFilterChainBuilder Modifier and Type Field Description static IoFilterChainBuilder
IoFilterChainBuilder. NOOP
An implementation which does nothing. -
Uses of IoFilterChainBuilder in org.apache.mina.core.service
Methods in org.apache.mina.core.service that return IoFilterChainBuilder Modifier and Type Method Description IoFilterChainBuilder
AbstractIoService. getFilterChainBuilder()
IoFilterChainBuilder
IoService. getFilterChainBuilder()
Methods in org.apache.mina.core.service with parameters of type IoFilterChainBuilder Modifier and Type Method Description void
AbstractIoService. setFilterChainBuilder(IoFilterChainBuilder builder)
Sets theIoFilterChainBuilder
which will build theIoFilterChain
of allIoSession
s which is created by this service.void
IoService. setFilterChainBuilder(IoFilterChainBuilder builder)
Sets theIoFilterChainBuilder
which will build theIoFilterChain
of allIoSession
s which is created by this service.
-