public abstract class NDOption extends ICMP6Header
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
|
Modifier and Type | Method and Description |
---|---|
int |
getHeaderLen()
Returns the length of this header.
|
java.lang.String |
getLength()
Returns the length of this NDOption Header.
|
java.lang.String |
getNDType()
Returns the Neighbor Discovery type of this NDOption Header.
|
Header |
getNextHeader()
Returns the next header in the packet.
|
getChecksum, getCode, getTypeField, toString
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString
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
public int getHeaderLen()
getHeaderLen
in class ICMP6Header
public Header getNextHeader()
getNextHeader
in class ICMP6Header
public java.lang.String getNDType()
public java.lang.String getLength()