public final class IpV6ExtRoutingPacket extends AbstractPacket
Modifier and Type | Class and Description |
---|---|
static class |
IpV6ExtRoutingPacket.Builder |
static class |
IpV6ExtRoutingPacket.IpV6ExtRoutingHeader |
static interface |
IpV6ExtRoutingPacket.IpV6RoutingData |
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) |
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getRawData, hashCode, iterator, length, toHexString, toString
public static IpV6ExtRoutingPacket newPacket(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.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.