public static final class IcmpV6RouterAdvertisementPacket.IcmpV6RouterAdvertisementHeader extends AbstractPacket.AbstractHeader
Modifier and Type | Method and Description |
---|---|
protected String |
buildString() |
protected int |
calcLength() |
byte |
getCurHopLimit() |
int |
getCurHopLimitAsInt() |
boolean |
getManagedAddressConfigurationFlag() |
List<IcmpV6CommonPacket.IpV6NeighborDiscoveryOption> |
getOptions() |
boolean |
getOtherConfigurationFlag() |
protected List<byte[]> |
getRawFields() |
int |
getReachableTime() |
long |
getReachableTimeAsLong() |
int |
getReserved() |
int |
getRetransTimer() |
long |
getRetransTimerAsLong() |
short |
getRouterLifetime() |
int |
getRouterLifetimeAsInt() |
buildHexString, buildRawData, calcHashCode, equals, getRawData, hashCode, length, toHexString, toString
public byte getCurHopLimit()
public int getCurHopLimitAsInt()
public boolean getManagedAddressConfigurationFlag()
public boolean getOtherConfigurationFlag()
public int getReserved()
public short getRouterLifetime()
public int getRouterLifetimeAsInt()
public int getReachableTime()
public long getReachableTimeAsLong()
public int getRetransTimer()
public long getRetransTimerAsLong()
public List<IcmpV6CommonPacket.IpV6NeighborDiscoveryOption> getOptions()
protected List<byte[]> getRawFields()
getRawFields
in class AbstractPacket.AbstractHeader
protected int calcLength()
calcLength
in class AbstractPacket.AbstractHeader
protected String buildString()
buildString
in class AbstractPacket.AbstractHeader
Copyright © 2014. All Rights Reserved.