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_CONFIG
nad.ClientProperties#WORKER_THREAD_POOL_CONFIG
are set, configuration set inWORKER_THREAD_POOL_CONFIG
will 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()
-