public final class IpV6RoutingSourceRouteData extends Object implements IpV6ExtRoutingPacket.IpV6RoutingData
| Constructor and Description |
|---|
IpV6RoutingSourceRouteData(int reserved,
List<Inet6Address> addresses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
static IpV6RoutingSourceRouteData |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
public IpV6RoutingSourceRouteData(int reserved,
List<Inet6Address> addresses)
reserved - addresses - public static IpV6RoutingSourceRouteData newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int),
which may throw exceptions undocumented here.rawData - offset - length - IllegalRawDataExceptionpublic int length()
length in interface IpV6ExtRoutingPacket.IpV6RoutingDatapublic byte[] getRawData()
getRawData in interface IpV6ExtRoutingPacket.IpV6RoutingDataCopyright © 2015. All Rights Reserved.