|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.act365.net.ip.IP4Message
Stores the contents of an IP4 message.
Field Summary | |
short |
checksum
|
byte[] |
data
|
byte[] |
destination
|
byte |
flags
|
byte |
headerlength
|
short |
identifier
|
short |
length
|
short |
offset
|
int[] |
options
|
byte |
protocol
|
byte[] |
source
|
short |
timetolive
|
byte |
typeofservice
|
byte |
version
|
Constructor Summary | |
IP4Message()
|
Method Summary | |
java.lang.String |
toString()
Writes the message to a string. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public byte version
public byte headerlength
public byte typeofservice
public short length
public short identifier
public byte flags
public short offset
public short timetolive
public byte protocol
public short checksum
public byte[] source
public byte[] destination
public int[] options
public byte[] data
Constructor Detail |
public IP4Message()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |