public abstract static class IpV6ExtOptionsPacket.IpV6ExtOptionsHeader extends AbstractPacket.AbstractHeader
| Modifier | Constructor and Description |
|---|---|
protected |
IpV6ExtOptionsHeader(byte[] rawData,
int offset,
int length) |
protected |
IpV6ExtOptionsHeader(IpV6ExtOptionsPacket.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildString()
This method builds the value
toString() will return. |
protected int |
calcHashCode()
This method builds the value
hashCode() will return using
the byte array getRawData() returns. |
int |
calcLength()
This method calculates the value
length() will return by
adding up the lengths of byte arrays in the list
getRawFields() returns. |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one using
return values of
getRawData(). |
byte |
getHdrExtLen() |
int |
getHdrExtLenAsInt() |
protected abstract java.lang.String |
getHeaderName() |
IpNumber |
getNextHeader() |
java.util.List<IpV6ExtOptionsPacket.IpV6Option> |
getOptions() |
protected java.util.List<byte[]> |
getRawFields()
Returns a list of byte arrays which represents this header's fields.
|
buildHexString, buildRawData, getRawData, hashCode, length, toHexString, toStringprotected IpV6ExtOptionsHeader(byte[] rawData,
int offset,
int length)
throws IllegalRawDataException
rawData - rawDataoffset - offsetlength - lengthIllegalRawDataException - if parsing the raw data fails.protected IpV6ExtOptionsHeader(IpV6ExtOptionsPacket.Builder builder)
builder - builderpublic IpNumber getNextHeader()
public byte getHdrExtLen()
public int getHdrExtLenAsInt()
public java.util.List<IpV6ExtOptionsPacket.IpV6Option> getOptions()
protected java.util.List<byte[]> getRawFields()
AbstractPacket.AbstractHeadercalcLength()
and buildRawData().getRawFields in class AbstractPacket.AbstractHeaderpublic int calcLength()
AbstractPacket.AbstractHeaderlength() will return by
adding up the lengths of byte arrays in the list
getRawFields() returns.calcLength in class AbstractPacket.AbstractHeaderprotected java.lang.String buildString()
AbstractPacket.AbstractHeadertoString() will return.buildString in class AbstractPacket.AbstractHeaderpublic boolean equals(java.lang.Object obj)
AbstractPacket.AbstractHeadergetRawData().
This method should be overridden so that it does more strict comparisons
more efficiently.equals in class AbstractPacket.AbstractHeaderprotected int calcHashCode()
AbstractPacket.AbstractHeaderhashCode() will return using
the byte array getRawData() returns.
This method may be better to be overridden for performance reason.calcHashCode in class AbstractPacket.AbstractHeaderprotected abstract java.lang.String getHeaderName()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.