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) |
String |
toString() |
public static IllegalIpV6NeighborDiscoveryOption newInstance(byte[] rawData)
rawData
- NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public 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 © 2014. All Rights Reserved.