| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
defined() |
int |
intValue() |
long |
longValue() |
java.lang.String |
toString() |
int |
value() |
static TCP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TCP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCP TCP_MSS
public static final TCP TCP_MAXWIN
public static final TCP TCP_MAX_WINSHIFT
public static final TCP TCP_NODELAY
public static final TCP TCP_MAXSEG
public static final TCP TCP_CORK
public static final TCP TCP_DEFER_ACCEPT
public static final TCP TCP_INFO
public static final TCP TCP_KEEPCNT
public static final TCP TCP_KEEPIDLE
public static final TCP TCP_KEEPINTVL
public static final TCP TCP_LINGER2
public static final TCP TCP_MD5SIG
public static final TCP TCP_QUICKACK
public static final TCP TCP_SYNCNT
public static final TCP TCP_WINDOW_CLAMP
public static final TCP TCP_FASTOPEN
public static final TCP TCP_CONGESTION
public static final TCP TCP_COOKIE_TRANSACTIONS
public static final TCP TCP_QUEUE_SEQ
public static final TCP TCP_REPAIR
public static final TCP TCP_REPAIR_OPTIONS
public static final TCP TCP_REPAIR_QUEUE
public static final TCP TCP_THIN_DUPACK
public static final TCP TCP_THIN_LINEAR_TIMEOUTS
public static final TCP TCP_TIMESTAMP
public static final TCP TCP_USER_TIMEOUT
public static final long MIN_VALUE
public static final long MAX_VALUE
public static TCP[] values()
for (TCP c : TCP.values()) System.out.println(c);
public static TCP valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final java.lang.String toString()
toString in class java.lang.Enum<TCP>public final int value()
Copyright © 2020. All Rights Reserved.