public class RouterAdvertisement extends Message
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCurrentHopLimit() |
Returns the current hop limit of this RouterAdvertisement Message.
|
int |
getHeaderLen() |
Returns the length of this header.
|
String |
getMFlag() |
Returns the "Managed address configuration" flag of this RouterAdvertisement Message.
|
Header |
getNextHeader() |
Returns the next header in the packet.
|
String |
getOFlag() |
Returns the "Other stateful configuration" flag of this RouterAdvertisement Message.
|
String |
getReachableTime() |
Returns the reachable time of this RouterAdvertisement Message.
|
String |
getRetransTimer() |
Returns the retrans Time of this RouterAdvertisement Message.
|
String |
getRouterLifeTime() |
Returns the router life time of this RouterAdvertisement Message.
|
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 String toString(FormatProperties filter)
public String getCurrentHopLimit()
public String getMFlag()
public String getOFlag()
public String getRouterLifeTime()
public String getReachableTime()
public String getRetransTimer()
Copyright © 2024. All rights reserved.