public class Redirect extends Message
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestination()
Returns the destination address of this Redirect Message.
|
int |
getHeaderLen()
Returns the length of this header.
|
Header |
getNextHeader()
Returns the next header in the packet
|
java.lang.String |
getTarget()
Returns the target address of this Redirect Message.
|
java.lang.String |
toString(FormatProperties filter)
Returns a printable representation of this header.
|
getChecksum, getCode, getTypeFieldgetHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toStringpublic Header getNextHeader()
getNextHeader in class ICMP6Headerpublic int getHeaderLen()
getHeaderLen in class ICMP6Headerpublic java.lang.String toString(FormatProperties filter)
public java.lang.String getTarget()
public java.lang.String getDestination()