com.act365.net.icmp
Class ICMPMessage

java.lang.Object
  |
  +--com.act365.net.icmp.ICMPMessage

public class ICMPMessage
extends java.lang.Object

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

type

public byte type

code

public byte code

checksum

public short checksum

identifier

public short identifier

sequence_number

public short sequence_number

data

public byte[] data
Constructor Detail

ICMPMessage

public ICMPMessage()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object