com.act365.net.ip
Class IP4Message

java.lang.Object
  |
  +--com.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
equals, 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.
Overrides:
toString in class java.lang.Object