org.glassfish.grizzly.strategies
Interface WorkerThreadPoolConfigProducer
- All Known Subinterfaces:
- IOStrategy
- All Known Implementing Classes:
- AbstractIOStrategy, LeaderFollowerNIOStrategy, SameThreadIOStrategy, SimpleDynamicNIOStrategy, WorkerThreadIOStrategy
public interface WorkerThreadPoolConfigProducer
Strategy 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
createDefaultWorkerPoolConfig
ThreadPoolConfig createDefaultWorkerPoolConfig(Transport transport)
Copyright © 2011 Oracle Corpration. All Rights Reserved.