Uses of Interface
org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer
Packages that use WorkerThreadPoolConfigProducer
-
Uses of WorkerThreadPoolConfigProducer in org.glassfish.grizzly
Subinterfaces of WorkerThreadPoolConfigProducer in org.glassfish.grizzlyModifier and TypeInterfaceDescriptioninterfacestrategy 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 WorkerThreadPoolConfigProducerModifier and TypeClassDescriptionclassfinal classIOStrategy, which executesProcessors in a current threads, and resumes selector thread logic in separate thread.final classIOStrategy, which executesProcessors in a current thread.final classSimple dynamic strategy, which switches I/O processing strategies, basing on statistics.final classIOStrategy, which executesProcessors in worker thread.