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