public final class TcpOptionKind extends NamedNumber<Byte>
Modifier and Type | Field and Description |
---|---|
static TcpOptionKind |
END_OF_OPTION_LIST |
static TcpOptionKind |
MAXIMUM_SEGMENT_SIZE |
static TcpOptionKind |
NO_OPERATION |
Constructor and Description |
---|
TcpOptionKind(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Byte o) |
static TcpOptionKind |
getInstance(Byte value) |
static TcpOptionKind |
register(TcpOptionKind type) |
String |
valueAsString() |
public static final TcpOptionKind END_OF_OPTION_LIST
public static final TcpOptionKind NO_OPERATION
public static final TcpOptionKind MAXIMUM_SEGMENT_SIZE
public static TcpOptionKind getInstance(Byte value)
value
- public static TcpOptionKind register(TcpOptionKind type)
type
- public int compareTo(Byte o)
compareTo
in interface Comparable<Byte>
compareTo
in class NamedNumber<Byte>
public String valueAsString()
valueAsString
in class NamedNumber<Byte>
Copyright © 2014. All Rights Reserved.