Uses of Interface
org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer

Packages that use WorkerThreadPoolConfigProducer
org.glassfish.grizzly   
org.glassfish.grizzly.strategies   
 

Uses of WorkerThreadPoolConfigProducer in org.glassfish.grizzly
 

Subinterfaces of WorkerThreadPoolConfigProducer in org.glassfish.grizzly
 interface IOStrategy
          strategy is responsible for making decision how Runnable task will be run: in current thread, worker thread.
 

Uses of WorkerThreadPoolConfigProducer in org.glassfish.grizzly.strategies
 

Classes in org.glassfish.grizzly.strategies that implement WorkerThreadPoolConfigProducer
 class AbstractIOStrategy
           
 class LeaderFollowerNIOStrategy
          IOStrategy, which executes Processors in a current threads, and resumes selector thread logic in separate thread.
 class SameThreadIOStrategy
          IOStrategy, which executes Processors in a current thread.
 class SimpleDynamicNIOStrategy
          Simple dynamic strategy, which switches I/O processing strategies, basing on statistics.
 class WorkerThreadIOStrategy
          IOStrategy, which executes Processors in worker thread.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.