com.neeve.emx
Enum EmxNwLnkProps.Tcp

java.lang.Object
  extended by java.lang.Enum<EmxNwLnkProps.Tcp>
      extended by com.neeve.emx.EmxNwLnkProps.Tcp
All Implemented Interfaces:
Serializable, Comparable<EmxNwLnkProps.Tcp>
Enclosing class:
EmxNwLnkProps

public static enum EmxNwLnkProps.Tcp
extends 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

keepalive

public static final EmxNwLnkProps.Tcp keepalive
Enable KEEPALIVE on underlying TCP connection?


nodelay

public static final EmxNwLnkProps.Tcp nodelay
Enable NODELAY on underlying TCP connection?

Method Detail

values

public static EmxNwLnkProps.Tcp[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EmxNwLnkProps.Tcp c : EmxNwLnkProps.Tcp.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EmxNwLnkProps.Tcp valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.