|
|||||||||
| 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
public abstract class NDOption extends ICMP6Header
An ICMPv6 Neighbor Discovery Header.
Extends Header's methods to parse, print, and allow easy access to the Neighbor Discovery Header.
| Modifier and Type | Field and Description |
|---|---|
static int |
MTU
A Neighbor Discovery MTU Header |
static int |
PREFIXINFO
A Neighbor Discovery Prefix Info Header |
static int |
REDIRECTED
A Neighbor Discovery Redirected Header |
static int |
SOURCELLA
A Neighbor Discovery Source LLA Header |
static int |
TARGETLLA
A Neighbor Discovery Target LLA Header |
| 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 |
|---|---|
int |
getHeaderLen()
Returns the length of this header. |
String |
getLength()
Returns the length of this NDOption Header. |
String |
getNDType()
Returns the Neighbor Discovery type of this NDOption Header. |
Header |
getNextHeader()
Returns the next header in the packet. |
| Methods inherited from class com.ibm.as400.util.commtrace.ICMP6Header |
|---|
getChecksum, getCode, getTypeField, toString |
| 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 |
| Field Detail |
|---|
public static final int SOURCELLA
public static final int TARGETLLA
public static final int PREFIXINFO
public static final int REDIRECTED
public static final int MTU
| Method Detail |
|---|
public int getHeaderLen()
getHeaderLen in class ICMP6Headerpublic Header getNextHeader()
getNextHeader in class ICMP6Headerpublic String getNDType()
public String getLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||