java.lang.Object
com.act365.net.tcp.TCP
- public class TCP
- extends java.lang.Object
Class TCP defines constants associated with the TCP protocol.
|
Constructor Summary |
TCP()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIN
public static final byte FIN
- See Also:
- Constant Field Values
SYN
public static final byte SYN
- See Also:
- Constant Field Values
RST
public static final byte RST
- See Also:
- Constant Field Values
PSH
public static final byte PSH
- See Also:
- Constant Field Values
ACK
public static final byte ACK
- See Also:
- Constant Field Values
URG
public static final byte URG
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- See Also:
- Constant Field Values
LISTEN
public static final int LISTEN
- See Also:
- Constant Field Values
SYN_RCVD
public static final int SYN_RCVD
- See Also:
- Constant Field Values
SYN_SENT
public static final int SYN_SENT
- See Also:
- Constant Field Values
ESTABLISHED
public static final int ESTABLISHED
- See Also:
- Constant Field Values
CLOSE_WAIT
public static final int CLOSE_WAIT
- See Also:
- Constant Field Values
FIN_WAIT_1
public static final int FIN_WAIT_1
- See Also:
- Constant Field Values
CLOSING
public static final int CLOSING
- See Also:
- Constant Field Values
LAST_ACK
public static final int LAST_ACK
- See Also:
- Constant Field Values
FIN_WAIT_2
public static final int FIN_WAIT_2
- See Also:
- Constant Field Values
TIME_WAIT
public static final int TIME_WAIT
- See Also:
- Constant Field Values
TCP
public TCP()