|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.util.commtrace.Header
com.ibm.as400.util.commtrace.IP4Header
A Internet Protocol v4 Header.
Extends Header's methods to parse, print, and allow easy access to the ICMPv4 Header.
Field Summary |
---|
Fields inherited from class com.ibm.as400.util.commtrace.Header |
---|
EXTAH, EXTDEST, EXTESP, EXTFRAG, EXTHOPBYHOP, EXTROUTE, ICMP4, ICMP6, IP4, IP6 |
Method Summary | |
---|---|
String |
getDscp()
Returns the dscp of this IPv4 Header. |
String |
getDstAddr()
Returns the destination IP address of this IPv4 Header. |
String |
getEcn()
Returns the ecn of this IPv4 Header. |
String |
getFlag()
Returns the first flag of this IPv4 Header. |
String |
getFlag2()
Returns the second flag of this IPv4 Header. |
String |
getFragmentOffset()
Returns the fragment offset of this IPv4 Header. |
String |
getHeaderChecksum()
Returns the header check sum. |
int |
getHeaderLen()
Returns the length of this header. |
String |
getIdentification()
Returns the indentification of this IPv4 Header. |
String |
getInternetHeaderLength()
Returns the Internet Header length of this IPv4 Header. |
Header |
getNextHeader()
Returns the next header in this packet. |
String |
getOptions()
Returns the option of this IPv4 header. |
String |
getProtocol()
Returns the protocol of this IPv4 Header. |
String |
getSrcAddr()
Returns the source IP address of this IPv4 Header. |
String |
getTimeToLive()
Returns the time to live of this IPv4 Header. |
String |
getTotalLength()
Returns the total length of this IPv4 Header. |
String |
getTypeOfService()
Returns the type of service of this IPv4 Header. |
String |
getVersion()
Returns the version of this IPv4 Header. |
String |
toString(FormatProperties filter)
Returns a printable representation of this header. |
Methods inherited from class com.ibm.as400.util.commtrace.Header |
---|
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getHeaderLen()
Header
getHeaderLen
in class Header
public Header getNextHeader()
Header
getNextHeader
in class Header
public String toString(FormatProperties filter)
toString
in class Header
filter
- FormatProperties object for filtering this header.
public String getVersion()
public String getInternetHeaderLength()
public String getTypeOfService()
public String getDscp()
public String getEcn()
public String getTotalLength()
public String getIdentification()
public String getFlag()
public String getFlag2()
public String getFragmentOffset()
public String getTimeToLive()
public String getProtocol()
public String getHeaderChecksum()
public String getSrcAddr()
public String getDstAddr()
public String getOptions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |