equip.net
Class JcpFlag

java.lang.Object
  extended byequip.net.JcpFlag

class JcpFlag
extends java.lang.Object

JCP packet flag values


Field Summary
(package private) static int FLAG_ACK
           
(package private) static int FLAG_END
           
(package private) static int FLAG_FIN
           
(package private) static int FLAG_NONE
           
(package private) static int FLAG_RELIABLE
           
(package private) static int FLAG_RST
           
(package private) static int FLAG_SACK
           
(package private) static int FLAG_START
           
(package private) static int FLAG_SYN
           
 
Constructor Summary
(package private) JcpFlag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_NONE

static final int FLAG_NONE
See Also:
Constant Field Values

FLAG_SYN

static final int FLAG_SYN
See Also:
Constant Field Values

FLAG_ACK

static final int FLAG_ACK
See Also:
Constant Field Values

FLAG_START

static final int FLAG_START
See Also:
Constant Field Values

FLAG_END

static final int FLAG_END
See Also:
Constant Field Values

FLAG_RST

static final int FLAG_RST
See Also:
Constant Field Values

FLAG_FIN

static final int FLAG_FIN
See Also:
Constant Field Values

FLAG_RELIABLE

static final int FLAG_RELIABLE
See Also:
Constant Field Values

FLAG_SACK

static final int FLAG_SACK
See Also:
Constant Field Values
Constructor Detail

JcpFlag

JcpFlag()