public final class GrizzlyClientProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECTOR_THREAD_POOL_CONFIG
Client-side property to set custom selector
ThreadPoolConfig. |
static String |
WORKER_THREAD_POOL_CONFIG
Client-side property to set custom worker
ThreadPoolConfig. |
| Constructor and Description |
|---|
GrizzlyClientProperties() |
public static final 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 String SELECTOR_THREAD_POOL_CONFIG
ThreadPoolConfig.
Value is expected to be instance of ThreadPoolConfig, can be null (it won't be used).Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.