Uses of Interface
org.littleshoot.mina.common.ThreadModel

Packages that use ThreadModel
org.littleshoot.mina.common Common types required for users to use MINA. 
org.littleshoot.mina.common.support Internal classes used by org.apache.mina.common package. 
 

Uses of ThreadModel in org.littleshoot.mina.common
 

Classes in org.littleshoot.mina.common that implement ThreadModel
 class ExecutorThreadModel
          A ThreadModel which represents a thread model with an Executor per service.
 

Fields in org.littleshoot.mina.common declared as ThreadModel
static ThreadModel ThreadModel.MANUAL
          A ThreadModel which make MINA not manage a thread model at all.
 

Methods in org.littleshoot.mina.common that return ThreadModel
 ThreadModel IoServiceConfig.getThreadModel()
          Returns the default ThreadModel of the IoService.
 

Methods in org.littleshoot.mina.common with parameters of type ThreadModel
 void IoServiceConfig.setThreadModel(ThreadModel threadModel)
          Sets the default ThreadModel of the IoService.
 

Uses of ThreadModel in org.littleshoot.mina.common.support
 

Methods in org.littleshoot.mina.common.support that return ThreadModel
 ThreadModel BaseIoServiceConfig.getThreadModel()
           
 

Methods in org.littleshoot.mina.common.support with parameters of type ThreadModel
 void BaseIoServiceConfig.setThreadModel(ThreadModel threadModel)
           
 



Copyright © 2011 LittleShoot. All Rights Reserved.