public final class IpV4InternetTimestampOptionTimestampsWithAddresses extends Object implements IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
Modifier and Type | Class and Description |
---|---|
static class |
IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress |
Constructor and Description |
---|
IpV4InternetTimestampOptionTimestampsWithAddresses(List<IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress> timestampsWithAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getRawData() |
List<IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress> |
getTimestampWithAddress() |
int |
hashCode() |
int |
length() |
static IpV4InternetTimestampOptionTimestampsWithAddresses |
newInstance(byte[] rawData) |
String |
toString() |
public IpV4InternetTimestampOptionTimestampsWithAddresses(List<IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress> timestampsWithAddresses)
timestampsWithAddresses
- public static IpV4InternetTimestampOptionTimestampsWithAddresses newInstance(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public List<IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress> getTimestampWithAddress()
public int length()
length
in interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
public byte[] getRawData()
getRawData
in interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
Copyright © 2014. All Rights Reserved.