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