public final class IpV6Packet extends AbstractPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
IpV6Packet.Builder |
static interface |
IpV6Packet.IpV6FlowLabel
The interface representing an IPv6 flow label.
|
static class |
IpV6Packet.IpV6Header |
static interface |
IpV6Packet.IpV6TrafficClass
The interface representing an IPv6 traffic class.
|
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeaderPacket.Header| Modifier and Type | Method and Description |
|---|---|
IpV6Packet.Builder |
getBuilder()
Returns a new Builder object populated with this object's fields' values.
|
IpV6Packet.IpV6Header |
getHeader()
Returns the Header object representing this packet's header.
|
Packet |
getPayload()
Returns the Packet object representing this packet's payload.
|
static IpV6Packet |
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, toStringpublic static IpV6Packet newPacket(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int),
which may throw exceptions undocumented here.rawData - offset - length - IllegalRawDataExceptionpublic IpV6Packet.IpV6Header getHeader()
AbstractPacketgetHeader in interface PacketgetHeader in class AbstractPacketpublic Packet getPayload()
AbstractPacketgetPayload in interface PacketgetPayload in class AbstractPacketpublic IpV6Packet.Builder getBuilder()
PacketgetBuilder in interface PacketgetBuilder in class AbstractPacketCopyright © 2015. All Rights Reserved.