|
|||||||||||
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.ICMP6Header
com.ibm.as400.util.commtrace.Message
com.ibm.as400.util.commtrace.RouterAdvertisement
A Router Advertisement Header.
Extends Message's methods to parse, print, and allow easy access to the
Router Advertisement Header.
Field Summary |
---|
Fields inherited from class com.ibm.as400.util.commtrace.Message |
---|
DSTUNR, ECHOREQ, ECHQRPL, MLTLSTDNE, MLTLSTQRY, MLTLSTRPT, MSGUNK, NGHADV, NGHSOL, PARMPROB, PKTTOBIG, REDR, RTRADV, RTRSOL, TIMEEXC |
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 |
getCurrentHopLimit()
Returns the current hop limit of this RouterAdvertisement Message. |
int |
getHeaderLen()
Returns the length of this header. |
String |
getMFlag()
Returns the "Managed address configuration" flag of this RouterAdvertisement Message. |
Header |
getNextHeader()
Returns the next header in the packet. |
String |
getOFlag()
Returns the "Other stateful configuration" flag of this RouterAdvertisement Message. |
String |
getReachableTime()
Returns the reachable time of this RouterAdvertisement Message. |
String |
getRetransTimer()
Returns the retrans Time of this RouterAdvertisement Message. |
String |
getRouterLifeTime()
Returns the router life time of this RouterAdvertisement Message. |
String |
toString(FormatProperties filter)
Returns a printable representation of this header. |
Methods inherited from class com.ibm.as400.util.commtrace.ICMP6Header |
---|
getChecksum, getCode, getTypeField |
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 Header getNextHeader()
getNextHeader
in class ICMP6Header
public int getHeaderLen()
getHeaderLen
in class ICMP6Header
public String toString(FormatProperties filter)
toString
in class Message
filter
- FormatProperties object for filtering this header.
public String getCurrentHopLimit()
public String getMFlag()
public String getOFlag()
public String getRouterLifeTime()
public String getReachableTime()
public String getRetransTimer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |