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