public final class IllegalIpV6NeighborDiscoveryOption extends Object implements IcmpV6CommonPacket.IpV6NeighborDiscoveryOption
Modifier and Type | Class and Description |
---|---|
static class |
IllegalIpV6NeighborDiscoveryOption.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IllegalIpV6NeighborDiscoveryOption.Builder |
getBuilder() |
byte[] |
getRawData() |
IpV6NeighborDiscoveryOptionType |
getType() |
int |
hashCode() |
int |
length() |
static IllegalIpV6NeighborDiscoveryOption |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
public static IllegalIpV6NeighborDiscoveryOption newInstance(byte[] rawData, int offset, int length)
ByteArrays.validateBounds(byte[], int, int)
,
which may throw exceptions undocumented here.rawData
- rawDataoffset
- offsetlength
- lengthpublic IpV6NeighborDiscoveryOptionType getType()
getType
in interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption
public int length()
length
in interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption
public byte[] getRawData()
getRawData
in interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption
public IllegalIpV6NeighborDiscoveryOption.Builder getBuilder()
Copyright © 2011–2016 Pcap4J.org. All rights reserved.