|
|||||||||
| 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.NDOption
com.ibm.as400.util.commtrace.MTU
public class MTU extends NDOption
A MTU Header.
Extends NDOption's methods to parse, print, and allow easy access to the MTU Header.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class com.ibm.as400.util.commtrace.NDOption |
|---|
MTU, PREFIXINFO, REDIRECTED, SOURCELLA, TARGETLLA |
| Fields inherited from class com.ibm.as400.util.commtrace.Header |
|---|
EXTAH, EXTDEST, EXTESP, EXTFRAG, EXTHOPBYHOP, EXTROUTE, ICMP4, ICMP6, IP4, IP6, TCP, UDP, UNK |
| Modifier and Type | Method and Description |
|---|---|
String |
getMTU()
Returns the MTU of MTU header. |
String |
toString(FormatProperties filter)
Returns a printable representation of this header. |
| Methods inherited from class com.ibm.as400.util.commtrace.NDOption |
|---|
getHeaderLen, getLength, getNDType, getNextHeader |
| 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 String toString(FormatProperties filter)
toString in class ICMP6Headerfilter - FormatProperties object for filtering this header.public String getMTU()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||