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