パッケージ org.pcap4j.packet
クラス Dot11InformationElement.Builder
- java.lang.Object
-
- org.pcap4j.packet.Dot11InformationElement.Builder
-
- すべての実装されたインタフェース:
LengthBuilder<Dot11InformationElement>
- 直系の既知のサブクラス:
Dot112040BssCoexistenceElement.Builder
,Dot11AbstractSupportedRatesElement.Builder
,Dot11ChannelUsageElement.Builder
,Dot11DsssParameterSetElement.Builder
,Dot11ExtendedCapabilitiesElement.Builder
,Dot11HTCapabilitiesElement.Builder
,Dot11InterworkingElement.Builder
,Dot11MeshIdElement.Builder
,Dot11RequestElement.Builder
,Dot11SsidElement.Builder
,Dot11SsidListElement.Builder
,Dot11SupportedOperatingClassesElement.Builder
,Dot11VendorSpecificElement.Builder
- 含まれているクラス:
- Dot11InformationElement
public abstract static class Dot11InformationElement.Builder extends Object implements LengthBuilder<Dot11InformationElement>
- 導入されたバージョン:
- pcap4j 1.7.0
- 作成者:
- Kaito Yamada
-
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protected
Builder()
protected
Builder(Dot11InformationElement elem)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Dot11InformationElement.Builder
correctLengthAtBuild(boolean correctLengthAtBuild)
protected Dot11InformationElement.Builder
elementId(Dot11InformationElementId elementId)
protected boolean
getCorrectLengthAtBuild()
Dot11InformationElement.Builder
length(byte length)
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド org.pcap4j.packet.LengthBuilder
build
-
-
-
-
コンストラクタの詳細
-
Builder
protected Builder()
-
Builder
protected Builder(Dot11InformationElement elem)
- パラメータ:
elem
- a Dot11InformationElement object.
-
-
メソッドの詳細
-
elementId
protected Dot11InformationElement.Builder elementId(Dot11InformationElementId elementId)
- パラメータ:
elementId
- elementId- 戻り値:
- this Builder object for method chaining.
-
length
public Dot11InformationElement.Builder length(byte length)
- パラメータ:
length
- length- 戻り値:
- this Builder object for method chaining.
-
correctLengthAtBuild
public Dot11InformationElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
- 定義:
correctLengthAtBuild
インタフェース内LengthBuilder<Dot11InformationElement>
- パラメータ:
correctLengthAtBuild
- correctLengthAtBuild- 戻り値:
- LengthBuilder
-
getCorrectLengthAtBuild
protected boolean getCorrectLengthAtBuild()
- 戻り値:
- correctLengthAtBuild
-
-