public final class IpV6ExtRoutingPacket extends AbstractPacket
Modifier and Type | Class and Description |
---|---|
static class |
IpV6ExtRoutingPacket.Builder |
static class |
IpV6ExtRoutingPacket.IpV6ExtRoutingHeader |
static interface |
IpV6ExtRoutingPacket.IpV6RoutingData
The interface representing an IPv6 routing data.
|
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeader
Packet.Header
Modifier and Type | Method and Description |
---|---|
IpV6ExtRoutingPacket.Builder |
getBuilder() |
IpV6ExtRoutingPacket.IpV6ExtRoutingHeader |
getHeader() |
Packet |
getPayload() |
static IpV6ExtRoutingPacket |
newPacket(byte[] rawData,
int offset,
int length)
A static factory method.
|
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getRawData, hashCode, iterator, length, toHexString, toString
public static IpV6ExtRoutingPacket newPacket(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int)
,
which may throw exceptions undocumented here.rawData
- offset
- length
- IllegalRawDataException
public IpV6ExtRoutingPacket.IpV6ExtRoutingHeader getHeader()
getHeader
in interface Packet
getHeader
in class AbstractPacket
public Packet getPayload()
getPayload
in interface Packet
getPayload
in class AbstractPacket
public IpV6ExtRoutingPacket.Builder getBuilder()
getBuilder
in interface Packet
getBuilder
in class AbstractPacket
Copyright © 2014. All Rights Reserved.