public static interface IpV4Packet.IpV4Option extends Serializable
PropertiesBasedPacketFactory
,
Classes which imprement this interface must implement the following method:
public static IpV4Option newInstance(byte[] rawData, int offset, int length)
throws IllegalRawDataException
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawData() |
IpV4OptionType |
getType() |
int |
length() |
IpV4OptionType getType()
int length()
byte[] getRawData()
Copyright © 2014. All Rights Reserved.