Module org.pcap4j.core
Package org.pcap4j.packet
Class IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader
- java.lang.Object
-
- org.pcap4j.packet.AbstractPacket.AbstractHeader
-
- org.pcap4j.packet.IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
-
- org.pcap4j.packet.IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader
-
- All Implemented Interfaces:
java.io.Serializable,Packet.Header
- Enclosing class:
- IpV6ExtDestinationOptionsPacket
public static final class IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader extends IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
- Since:
- pcap4j 0.9.10
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateIpV6ExtDestinationOptionsHeader(byte[] rawData, int offset, int length)privateIpV6ExtDestinationOptionsHeader(IpV6ExtDestinationOptionsPacket.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetHeaderName()-
Methods inherited from class org.pcap4j.packet.IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
buildString, calcHashCode, calcLength, equals, getHdrExtLen, getHdrExtLenAsInt, getNextHeader, getOptions, getRawFields
-
Methods inherited from class org.pcap4j.packet.AbstractPacket.AbstractHeader
buildHexString, buildRawData, getRawData, hashCode, length, toHexString, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IpV6ExtDestinationOptionsHeader
private IpV6ExtDestinationOptionsHeader(byte[] rawData, int offset, int length) throws IllegalRawDataException- Throws:
IllegalRawDataException
-
IpV6ExtDestinationOptionsHeader
private IpV6ExtDestinationOptionsHeader(IpV6ExtDestinationOptionsPacket.Builder builder)
-
-
Method Detail
-
getHeaderName
protected java.lang.String getHeaderName()
- Specified by:
getHeaderNamein classIpV6ExtOptionsPacket.IpV6ExtOptionsHeader- Returns:
- header name
-
-