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