Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.tcp
Class TCP  view TCP download TCP.java

java.lang.Object
  extended bycom.act365.net.tcp.TCP

public class TCP
extends java.lang.Object

Class TCP defines constants associated with the TCP protocol.


Field Summary
static byte ACK
           
static int CLOSE_WAIT
           
static int CLOSED
           
static int CLOSING
           
static int ESTABLISHED
           
static byte FIN
           
static int FIN_WAIT_1
           
static int FIN_WAIT_2
           
static int LAST_ACK
           
static int LISTEN
           
static byte PSH
           
static byte RST
           
static byte SYN
           
static int SYN_RCVD
           
static int SYN_SENT
           
static int TIME_WAIT
           
static byte URG
           
 
Constructor Summary
TCP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TCP

public TCP()