public final class IllegalIpV6Option extends Object implements IpV6ExtOptionsPacket.IpV6Option
Modifier and Type | Class and Description |
---|---|
static class |
IllegalIpV6Option.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IllegalIpV6Option.Builder |
getBuilder() |
byte[] |
getRawData() |
IpV6OptionType |
getType() |
int |
hashCode() |
int |
length() |
static IllegalIpV6Option |
newInstance(byte[] rawData) |
String |
toString() |
public static IllegalIpV6Option newInstance(byte[] rawData)
rawData
- NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public IpV6OptionType getType()
getType
in interface IpV6ExtOptionsPacket.IpV6Option
public int length()
length
in interface IpV6ExtOptionsPacket.IpV6Option
public byte[] getRawData()
getRawData
in interface IpV6ExtOptionsPacket.IpV6Option
public IllegalIpV6Option.Builder getBuilder()
Copyright © 2014. All Rights Reserved.