パッケージ org.pcap4j.packet
クラス Dot11ExtendedSupportedRatesElement.Builder
- java.lang.Object
-
- org.pcap4j.packet.Dot11InformationElement.Builder
-
- org.pcap4j.packet.Dot11AbstractSupportedRatesElement.Builder
-
- org.pcap4j.packet.Dot11ExtendedSupportedRatesElement.Builder
-
- すべての実装されたインタフェース:
LengthBuilder<Dot11InformationElement>
- 含まれているクラス:
- Dot11ExtendedSupportedRatesElement
public static final class Dot11ExtendedSupportedRatesElement.Builder extends Dot11AbstractSupportedRatesElement.Builder
- 導入されたバージョン:
- pcap4j 1.7.0
- 作成者:
- Kaito Yamada
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Builder()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Dot11ExtendedSupportedRatesElement
build()
Dot11ExtendedSupportedRatesElement.Builder
correctLengthAtBuild(boolean correctLengthAtBuild)
Dot11ExtendedSupportedRatesElement.Builder
length(byte length)
Dot11ExtendedSupportedRatesElement.Builder
ratesAndBssMembershipSelectors(List<Dot11AbstractSupportedRatesElement.Datum> ratesAndBssMembershipSelectors)
-
クラスから継承されたメソッド org.pcap4j.packet.Dot11AbstractSupportedRatesElement.Builder
preBuild
-
クラスから継承されたメソッド org.pcap4j.packet.Dot11InformationElement.Builder
elementId, getCorrectLengthAtBuild
-
-
-
-
メソッドの詳細
-
ratesAndBssMembershipSelectors
public Dot11ExtendedSupportedRatesElement.Builder ratesAndBssMembershipSelectors(List<Dot11AbstractSupportedRatesElement.Datum> ratesAndBssMembershipSelectors)
- オーバーライド:
ratesAndBssMembershipSelectors
クラス内Dot11AbstractSupportedRatesElement.Builder
- パラメータ:
ratesAndBssMembershipSelectors
- ratesAndBssMembershipSelectors- 戻り値:
- this Builder object for method chaining.
-
length
public Dot11ExtendedSupportedRatesElement.Builder length(byte length)
- オーバーライド:
length
クラス内Dot11InformationElement.Builder
- パラメータ:
length
- length- 戻り値:
- this Builder object for method chaining.
-
correctLengthAtBuild
public Dot11ExtendedSupportedRatesElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
- 定義:
correctLengthAtBuild
インタフェース内LengthBuilder<Dot11InformationElement>
- オーバーライド:
correctLengthAtBuild
クラス内Dot11InformationElement.Builder
- パラメータ:
correctLengthAtBuild
- correctLengthAtBuild- 戻り値:
- LengthBuilder
-
build
public Dot11ExtendedSupportedRatesElement build()
- 戻り値:
- a new object.
-
-