|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EmxNwLnkProps.Tcp>
com.neeve.emx.EmxNwLnkProps.Tcp
public static enum EmxNwLnkProps.Tcp
TCP properties
Enum Constant Summary | |
---|---|
keepalive
Enable KEEPALIVE on underlying TCP connection? |
|
nodelay
Enable NODELAY on underlying TCP connection? |
Method Summary | |
---|---|
static EmxNwLnkProps.Tcp |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EmxNwLnkProps.Tcp[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EmxNwLnkProps.Tcp keepalive
public static final EmxNwLnkProps.Tcp nodelay
Method Detail |
---|
public static EmxNwLnkProps.Tcp[] values()
for (EmxNwLnkProps.Tcp c : EmxNwLnkProps.Tcp.values()) System.out.println(c);
public static EmxNwLnkProps.Tcp valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |