public final class IpV4NoOperationOption extends Object implements IpV4Packet.IpV4Option
Modifier and Type | Method and Description |
---|---|
static IpV4NoOperationOption |
getInstance() |
byte[] |
getRawData() |
IpV4OptionType |
getType() |
int |
length() |
static IpV4NoOperationOption |
newInstance(byte[] rawData) |
String |
toString() |
public static IpV4NoOperationOption getInstance()
public static IpV4NoOperationOption newInstance(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
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
Copyright © 2014. All Rights Reserved.