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) |
getPayload
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getRawData, hashCode, iterator, length, toHexString, toString
public static IpV6ExtDestinationOptionsPacket newPacket(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.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.