パッケージ org.pcap4j.packet
クラス Dot11AbstractSupportedRatesElement
- java.lang.Object
-
- org.pcap4j.packet.Dot11InformationElement
-
- org.pcap4j.packet.Dot11AbstractSupportedRatesElement
-
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
Dot11ExtendedSupportedRatesElement
,Dot11SupportedRatesElement
public abstract class Dot11AbstractSupportedRatesElement extends Dot11InformationElement
IEEE802.11 abstract Supported Rates element- 導入されたバージョン:
- pcap4j 1.7.0
- 作成者:
- Kaito Yamada
- 関連項目:
- IEEE802.11, 直列化された形式
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
Dot11AbstractSupportedRatesElement.BssMembershipSelector
static class
Dot11AbstractSupportedRatesElement.Builder
static interface
Dot11AbstractSupportedRatesElement.Datum
static class
Dot11AbstractSupportedRatesElement.Rate
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protected
Dot11AbstractSupportedRatesElement(byte[] rawData, int offset, int length, Dot11InformationElementId id)
protected
Dot11AbstractSupportedRatesElement(Dot11AbstractSupportedRatesElement.Builder builder)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド concreteメソッド 修飾子とタイプ メソッド 説明 boolean
equals(Object obj)
List<Dot11AbstractSupportedRatesElement.BssMembershipSelector>
getBssMembershipSelectors()
abstract Dot11AbstractSupportedRatesElement.Builder
getBuilder()
protected abstract String
getElementName()
List<Dot11AbstractSupportedRatesElement.Rate>
getRates()
byte[]
getRawData()
int
hashCode()
int
length()
String
toString()
String
toString(String indent)
-
クラスから継承されたメソッド org.pcap4j.packet.Dot11InformationElement
getElementId, getLength, getLengthAsInt
-
-
-
-
コンストラクタの詳細
-
Dot11AbstractSupportedRatesElement
protected Dot11AbstractSupportedRatesElement(byte[] rawData, int offset, int length, Dot11InformationElementId id) throws IllegalRawDataException
- パラメータ:
rawData
- rawDataoffset
- offsetlength
- lengthid
- id- 例外:
IllegalRawDataException
- if parsing the raw data fails.
-
Dot11AbstractSupportedRatesElement
protected Dot11AbstractSupportedRatesElement(Dot11AbstractSupportedRatesElement.Builder builder)
- パラメータ:
builder
- builder
-
-
メソッドの詳細
-
getRates
public List<Dot11AbstractSupportedRatesElement.Rate> getRates()
- 戻り値:
- rates
-
getBssMembershipSelectors
public List<Dot11AbstractSupportedRatesElement.BssMembershipSelector> getBssMembershipSelectors()
- 戻り値:
- bssMembershipSelectors
-
length
public int length()
- 定義:
length
クラス内Dot11InformationElement
- 戻り値:
- the length
-
getRawData
public byte[] getRawData()
- 定義:
getRawData
クラス内Dot11InformationElement
- 戻り値:
- the raw data.
-
getBuilder
public abstract Dot11AbstractSupportedRatesElement.Builder getBuilder()
- 戻り値:
- a new Builder object populated with this object's fields.
-
hashCode
public int hashCode()
- オーバーライド:
hashCode
クラス内Dot11InformationElement
-
equals
public boolean equals(Object obj)
- オーバーライド:
equals
クラス内Dot11InformationElement
-
toString
public String toString(String indent)
- パラメータ:
indent
- indent- 戻り値:
- the string representation of this object.
-
getElementName
protected abstract String getElementName()
- 戻り値:
- element name
-
-