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