java.lang.Object
org.pcap4j.packet.Dot11InformationElement
org.pcap4j.packet.Dot11AbstractSupportedRatesElement
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Dot11ExtendedSupportedRatesElement,Dot11SupportedRatesElement
IEEE802.11 abstract Supported Rates element
- Since:
- pcap4j 1.7.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic interfacestatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<Dot11AbstractSupportedRatesElement.BssMembershipSelector> private final List<Dot11AbstractSupportedRatesElement.Rate> private final List<Dot11AbstractSupportedRatesElement.Datum> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDot11AbstractSupportedRatesElement(byte[] rawData, int offset, int length, Dot11InformationElementId id) protected -
Method Summary
Methods inherited from class org.pcap4j.packet.Dot11InformationElement
getElementId, getLength, getLengthAsInt
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
rates
-
bssMembershipSelectors
-
ratesAndBssMembershipSelectors
-
-
Constructor Details
-
Dot11AbstractSupportedRatesElement
protected Dot11AbstractSupportedRatesElement(byte[] rawData, int offset, int length, Dot11InformationElementId id) throws IllegalRawDataException - Parameters:
rawData- rawDataoffset- offsetlength- lengthid- id- Throws:
IllegalRawDataException- if parsing the raw data fails.
-
Dot11AbstractSupportedRatesElement
- Parameters:
builder- builder
-
-
Method Details
-
getRates
- Returns:
- rates
-
getBssMembershipSelectors
- Returns:
- bssMembershipSelectors
-
length
public int length()- Specified by:
lengthin classDot11InformationElement- Returns:
- the length
-
getRawData
public byte[] getRawData()- Specified by:
getRawDatain classDot11InformationElement- Returns:
- the raw data.
-
getBuilder
- Returns:
- a new Builder object populated with this object's fields.
-
hashCode
public int hashCode()- Overrides:
hashCodein classDot11InformationElement
-
equals
- Overrides:
equalsin classDot11InformationElement
-
toString
-
toString
- Parameters:
indent- indent- Returns:
- the string representation of this object.
-
getElementName
- Returns:
- element name
-