public enum GrizzlyConfigConstants extends Enum<GrizzlyConfigConstants>
| Enum Constant and Description |
|---|
BIND_INTERFACE_NAME |
CORE_POOLSIZE |
DISCOVERY_URI_LIST |
HIGH_WATER_MARK |
KEEP_ALIVE_TIME |
MAX_PARALLEL |
MAX_POOLSIZE |
MAX_WRITE_SELECTOR_POOL_SIZE |
MULTICAST_TIME_TO_LIVE |
NUMBER_TO_RECLAIM |
POOL_QUEUE_SIZE |
START_TIMEOUT |
TCPENDPORT |
TCPSTARTPORT |
WRITE_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static GrizzlyConfigConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrizzlyConfigConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrizzlyConfigConstants TCPSTARTPORT
public static final GrizzlyConfigConstants TCPENDPORT
public static final GrizzlyConfigConstants BIND_INTERFACE_NAME
public static final GrizzlyConfigConstants MAX_POOLSIZE
public static final GrizzlyConfigConstants CORE_POOLSIZE
public static final GrizzlyConfigConstants KEEP_ALIVE_TIME
public static final GrizzlyConfigConstants POOL_QUEUE_SIZE
public static final GrizzlyConfigConstants HIGH_WATER_MARK
public static final GrizzlyConfigConstants NUMBER_TO_RECLAIM
public static final GrizzlyConfigConstants MAX_PARALLEL
public static final GrizzlyConfigConstants START_TIMEOUT
public static final GrizzlyConfigConstants WRITE_TIMEOUT
public static final GrizzlyConfigConstants MAX_WRITE_SELECTOR_POOL_SIZE
public static final GrizzlyConfigConstants DISCOVERY_URI_LIST
public static final GrizzlyConfigConstants MULTICAST_TIME_TO_LIVE
public static GrizzlyConfigConstants[] values()
for (GrizzlyConfigConstants c : GrizzlyConfigConstants.values()) System.out.println(c);
public static GrizzlyConfigConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2020 Eclipse Foundation. All rights reserved.