|
|||||||||
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.ICMP4Header
public class ICMP4Header
A Internet Control Message 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, TCP, UDP, UNK |
Method Summary | |
---|---|
String |
getChecksum()
Returns the checksum of this ICMPv4 Header. |
String |
getCode()
Returns the code of this ICMPv4 Header. |
int |
getHeaderLen()
Returns the length of this header. |
String |
getTypeField()
Returns the type of this ICMPv4 Header from the trace. |
String |
toString(FormatProperties filter)
Returns a printable representation of this header. |
Methods inherited from class com.ibm.as400.util.commtrace.Header |
---|
getHeaderData, getName, getNextHeader, 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()
getHeaderLen
in class Header
public String toString(FormatProperties filter)
toString
in class Header
filter
- FormatProperties object for filtering this header.
public String getTypeField()
public String getCode()
public String getChecksum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |