public final class GrizzlyClientProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECTOR_THREAD_POOL_CONFIG
Client-side property to set custom selector
ThreadPoolConfig . |
static java.lang.String |
WORKER_THREAD_POOL_CONFIG
Client-side property to set custom worker
ThreadPoolConfig . |
Constructor and Description |
---|
GrizzlyClientProperties() |
public static final java.lang.String WORKER_THREAD_POOL_CONFIG
ThreadPoolConfig
.
Value is expected to be instance of ThreadPoolConfig
, can be null
(it won't be used).
If both WORKER_THREAD_POOL_CONFIG
nad .ClientProperties#WORKER_THREAD_POOL_CONFIG
are set, configuration set in WORKER_THREAD_POOL_CONFIG
will be used.
public static final java.lang.String SELECTOR_THREAD_POOL_CONFIG
ThreadPoolConfig
.
Value is expected to be instance of ThreadPoolConfig
, can be null
(it won't be used).
Copyright © 2012–2020 Oracle Corporation. All rights reserved.