Uses of Interface
org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer
-
Packages that use WorkerThreadPoolConfigProducer Package Description org.glassfish.grizzly org.glassfish.grizzly.strategies -
-
Uses of WorkerThreadPoolConfigProducer in org.glassfish.grizzly
Subinterfaces of WorkerThreadPoolConfigProducer in org.glassfish.grizzly Modifier and Type Interface Description interfaceIOStrategystrategy is responsible for making decision howRunnabletask 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 Modifier and Type Class Description classAbstractIOStrategyclassLeaderFollowerNIOStrategyIOStrategy, which executesProcessors in a current threads, and resumes selector thread logic in separate thread.classSameThreadIOStrategyIOStrategy, which executesProcessors in a current thread.classSimpleDynamicNIOStrategySimple dynamic strategy, which switches I/O processing strategies, basing on statistics.classWorkerThreadIOStrategyIOStrategy, which executesProcessors in worker thread.
-