public class GrizzlyServerContainer
extends org.glassfish.tyrus.spi.ServerContainerFactory
ServerContainerFactory and ServerContainer.| Modifier and Type | Field and Description |
|---|---|
static String |
SELECTOR_THREAD_POOL_CONFIG
Server-side property to set custom selector
ThreadPoolConfig. |
static String |
WORKER_THREAD_POOL_CONFIG
Server-side property to set custom worker
ThreadPoolConfig. |
| Constructor and Description |
|---|
GrizzlyServerContainer() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.tyrus.spi.ServerContainer |
createContainer(Map<String,Object> properties) |
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).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-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.