Uses of Interface
org.apache.mina.common.IoFilterChainBuilder

Packages that use IoFilterChainBuilder
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of IoFilterChainBuilder in org.apache.mina.common
 

Subinterfaces of IoFilterChainBuilder in org.apache.mina.common
 interface ThreadModel
          Represents a thread model of an IoService.
 

Classes in org.apache.mina.common that implement IoFilterChainBuilder
 class DefaultIoFilterChainBuilder
          The default implementation of IoFilterChainBuilder which is useful in most cases.
 class ExecutorThreadModel
          A ThreadModel which represents a thread model with an Executor (from backport-util-concurrent) per service.
 

Fields in org.apache.mina.common declared as IoFilterChainBuilder
static IoFilterChainBuilder IoFilterChainBuilder.NOOP
          An implementation which does nothing.
 

Methods in org.apache.mina.common that return IoFilterChainBuilder
 IoFilterChainBuilder IoService.getFilterChainBuilder()
          Returns the global IoFilterChainBuilder which will modify the IoFilterChain of all IoSessions which is managed by this service.
 IoFilterChainBuilder IoServiceConfig.getFilterChainBuilder()
          Returns the IoFilterChainBuilder which will modify the IoFilterChain of all IoSessions which is created with this configuration.
 

Methods in org.apache.mina.common with parameters of type IoFilterChainBuilder
 void IoService.setFilterChainBuilder(IoFilterChainBuilder builder)
          Sets the global IoFilterChainBuilder which will modify the IoFilterChain of all IoSessions which is managed by this service.
 void IoServiceConfig.setFilterChainBuilder(IoFilterChainBuilder builder)
          Sets the IoFilterChainBuilder which will modify the IoFilterChain of all IoSessions which is created with this configuration.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.