public static final class IcmpV6RedirectPacket.IcmpV6RedirectHeader extends AbstractPacket.AbstractHeader
Modifier and Type | Method and Description |
---|---|
protected String |
buildString() |
protected int |
calcLength() |
Inet6Address |
getDestinationAddress() |
List<IcmpV6CommonPacket.IpV6NeighborDiscoveryOption> |
getOptions() |
protected List<byte[]> |
getRawFields() |
int |
getReserved() |
Inet6Address |
getTargetAddress() |
buildHexString, buildRawData, calcHashCode, equals, getRawData, hashCode, length, toHexString, toString
public int getReserved()
public Inet6Address getTargetAddress()
public Inet6Address getDestinationAddress()
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.