Class GrizzlyClientProperties
- java.lang.Object
-
- org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
-
public final class GrizzlyClientProperties extends java.lang.Object
Grizzly client properties.- Author:
- Pavel Bucek
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SELECTOR_THREAD_POOL_CONFIG
Client-side property to set custom selectorThreadPoolConfig
.static java.lang.String
WORKER_THREAD_POOL_CONFIG
Client-side property to set custom workerThreadPoolConfig
.
-
Constructor Summary
Constructors Constructor Description GrizzlyClientProperties()
-
-
-
Field Detail
-
WORKER_THREAD_POOL_CONFIG
public static final java.lang.String 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:
- Constant Field Values
-
SELECTOR_THREAD_POOL_CONFIG
public static final java.lang.String 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:
- Constant Field Values
-
-