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

Method Summary
 ThreadPoolConfig createDefaultWorkerPoolConfig(Transport transport)
           
 

Method Detail

createDefaultWorkerPoolConfig

ThreadPoolConfig createDefaultWorkerPoolConfig(Transport transport)


Copyright © 2012 Oracle Corporation. All Rights Reserved.