com.ibm.as400.util.commtrace
Class MTU
- java.lang.Object
-
- com.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.
-
-
Field Summary
-
Fields inherited from class com.ibm.as400.util.commtrace.NDOption
MTU, PREFIXINFO, REDIRECTED, SOURCELLA, TARGETLLA
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.String
getMTU()
Returns the MTU of MTU header.java.lang.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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString(FormatProperties filter)
Returns a printable representation of this header.- Overrides:
toString
in classICMP6Header
- Parameters:
filter
- FormatProperties object for filtering this header.- Returns:
- Returns a string representation of this header.
-
getMTU
public java.lang.String getMTU()
Returns the MTU of MTU header.- Returns:
- String containing a decimal representation of the MTU.
-
-