public enum NioSystemProperty extends Enum<NioSystemProperty>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIntProperty(Properties configuration) |
String |
getProperty(Properties configuration) |
String |
getPropertyName() |
boolean |
isSet(Properties configuration) |
static NioSystemProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NioSystemProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NioSystemProperty DEBUG_NIOWORKER_POOL
public static final NioSystemProperty TCP_PROCESSOR_COUNT
public static final NioSystemProperty TCP_READ_BUFFER_SIZE
public static final NioSystemProperty TCP_MINIMUM_READ_BUFFER_SIZE
public static final NioSystemProperty TCP_MAXIMUM_READ_BUFFER_SIZE
public static final NioSystemProperty TCP_WRITE_TIMEOUT
public static final NioSystemProperty TCP_REUSE_ADDRESS
public static final NioSystemProperty TCP_NO_DELAY
public static final NioSystemProperty TCP_BACKLOG
public static final NioSystemProperty TCP_KEEP_ALIVE
public static final NioSystemProperty TCP_RECEIVE_BUFFER_SIZE
public static final NioSystemProperty TCP_SEND_BUFFER_SIZE
public static final NioSystemProperty TCP_SO_LINGER
public static final NioSystemProperty TCP_IP_TOS
public static NioSystemProperty[] values()
for (NioSystemProperty c : NioSystemProperty.values()) System.out.println(c);
public static NioSystemProperty 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 nullpublic String getProperty(Properties configuration)
public Integer getIntProperty(Properties configuration)
public String getPropertyName()
public boolean isSet(Properties configuration)
Copyright © 2014–2015. All rights reserved.