|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.act365.net.icmp.ICMPMessage
Stores the contents of an ICMP message.
Field Summary | |
short |
checksum
|
byte |
code
|
byte[] |
data
|
short |
identifier
|
short |
sequence_number
|
byte |
type
|
Constructor Summary | |
ICMPMessage()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public byte type
public byte code
public short checksum
public short identifier
public short sequence_number
public byte[] data
Constructor Detail |
public ICMPMessage()
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 |