public class NeighborAdvertisement extends Message
Modifier and Type | Method and Description |
---|---|
int |
getHeaderLen()
Returns the length of this header.
|
Header |
getNextHeader()
Returns the next header in the packet
|
String |
getOverride()
Returns the override flag of this NeighborAdvertisement Message
|
String |
getRouter()
Returns the router flag of this NeighborAdvertisement Message
|
String |
getSolicited()
Returns the solicited flag of this NeighborAdvertisement Message
|
String |
getTarget()
Returns the target address of this NeighborAdvertisement Message
|
String |
toString(FormatProperties filter)
Returns a printable representation of this header.
|
getChecksum, getCode, getTypeField
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString
public Header getNextHeader()
getNextHeader
in class ICMP6Header
public int getHeaderLen()
getHeaderLen
in class ICMP6Header
public String toString(FormatProperties filter)
public String getRouter()
public String getSolicited()
public String getOverride()
public String getTarget()