Class GrizzlyClientProperties
java.lang.Object
org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
Grizzly client properties.
- Author:
- Pavel Bucek
-
Field Details
-
WORKER_THREAD_POOL_CONFIG
Client-side property to set custom workerThreadPoolConfig.Value is expected to be instance of
ThreadPoolConfig, can benull(it won't be used).If both
WORKER_THREAD_POOL_CONFIGnad.ClientProperties#WORKER_THREAD_POOL_CONFIGare set, configuration set inWORKER_THREAD_POOL_CONFIGwill be used.- See Also:
-
SELECTOR_THREAD_POOL_CONFIG
Client-side property to set custom selectorThreadPoolConfig.Value is expected to be instance of
ThreadPoolConfig, can benull(it won't be used).- See Also:
-
-
Constructor Details
-
GrizzlyClientProperties
public GrizzlyClientProperties()
-