Package org.glassfish.grizzly.strategies
Interface WorkerThreadPoolConfigProducer
-
- All Known Subinterfaces:
IOStrategy
- All Known Implementing Classes:
AbstractIOStrategy,LeaderFollowerNIOStrategy,SameThreadIOStrategy,SimpleDynamicNIOStrategy,WorkerThreadIOStrategy
public interface WorkerThreadPoolConfigProducerStrategy implementations may implement this interface to signify they have certain thread pool configuration requirements that could be used when building the runtime.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadPoolConfigcreateDefaultWorkerPoolConfig(Transport transport)
-
-
-
Method Detail
-
createDefaultWorkerPoolConfig
ThreadPoolConfig createDefaultWorkerPoolConfig(Transport transport)
-
-