public final class IpV6ExtDestinationOptionsPacket extends IpV6ExtOptionsPacket
Modifier and Type | Class and Description |
---|---|
static class |
IpV6ExtDestinationOptionsPacket.Builder |
static class |
IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader |
IpV6ExtOptionsPacket.IpV6ExtOptionsHeader, IpV6ExtOptionsPacket.IpV6Option
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeader
Packet.Header
Modifier and Type | Method and Description |
---|---|
IpV6ExtDestinationOptionsPacket.Builder |
getBuilder() |
IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader |
getHeader() |
static IpV6ExtDestinationOptionsPacket |
newPacket(byte[] rawData,
int offset,
int length)
A static factory method.
|
getPayload
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getRawData, hashCode, iterator, length, toHexString, toString
public static IpV6ExtDestinationOptionsPacket 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 IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader getHeader()
getHeader
in interface Packet
getHeader
in class IpV6ExtOptionsPacket
public IpV6ExtDestinationOptionsPacket.Builder getBuilder()
getBuilder
in interface Packet
getBuilder
in class AbstractPacket
Copyright © 2014. All Rights Reserved.