|
|||||||||
| Home >> All >> com >> act365 >> net >> [ ip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.ip
Class IP4Message

java.lang.Objectcom.act365.net.ip.IP4Message
- public class IP4Message
- extends java.lang.Object
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
version
public byte version
headerlength
public byte headerlength
typeofservice
public byte typeofservice
length
public short length
identifier
public short identifier
flags
public byte flags
offset
public short offset
timetolive
public short timetolive
protocol
public byte protocol
checksum
public short checksum
source
public byte[] source
destination
public byte[] destination
options
public int[] options
data
public byte[] data
| Constructor Detail |
IP4Message
public IP4Message()
| Method Detail |
toString
public java.lang.String toString()
- Writes the message to a string.
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ ip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.ip.IP4Message