Class GrizzlyClientProperties
- java.lang.Object
-
- org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
-
public final class GrizzlyClientProperties extends java.lang.ObjectGrizzly client properties.- Author:
- Pavel Bucek
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSELECTOR_THREAD_POOL_CONFIGClient-side property to set custom selectorThreadPoolConfig.static java.lang.StringWORKER_THREAD_POOL_CONFIGClient-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_CONFIGnad.ClientProperties#WORKER_THREAD_POOL_CONFIGare set, configuration set inWORKER_THREAD_POOL_CONFIGwill 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
-
-