Package org.pcap4j.packet
Class Dot11InterworkingElement.Builder
- java.lang.Object
-
- org.pcap4j.packet.Dot11InformationElement.Builder
-
- org.pcap4j.packet.Dot11InterworkingElement.Builder
-
- All Implemented Interfaces:
LengthBuilder<Dot11InformationElement>
- Enclosing class:
- Dot11InterworkingElement
public static final class Dot11InterworkingElement.Builder extends Dot11InformationElement.Builder
- Since:
- pcap4j 1.7.0
- Author:
- Kaito Yamada
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description 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)
-
Methods inherited from class org.pcap4j.packet.Dot11InformationElement.Builder
elementId, getCorrectLengthAtBuild
-
-
-
-
Method Detail
-
accessnetworkType
public Dot11InterworkingElement.Builder accessnetworkType(Dot11AccessNetworkType accessnetworkType)
- Parameters:
accessnetworkType
- accessnetworkType- Returns:
- this Builder object for method chaining.
-
internet
public Dot11InterworkingElement.Builder internet(boolean internet)
- Parameters:
internet
- internet- Returns:
- this Builder object for method chaining.
-
asra
public Dot11InterworkingElement.Builder asra(boolean asra)
- Parameters:
asra
- asra- Returns:
- this Builder object for method chaining.
-
esr
public Dot11InterworkingElement.Builder esr(boolean esr)
- Parameters:
esr
- esr- Returns:
- this Builder object for method chaining.
-
uesa
public Dot11InterworkingElement.Builder uesa(boolean uesa)
- Parameters:
uesa
- uesa- Returns:
- this Builder object for method chaining.
-
venueInfo
public Dot11InterworkingElement.Builder venueInfo(Dot11VenueInfo venueInfo)
- Parameters:
venueInfo
- venueInfo- Returns:
- this Builder object for method chaining.
-
hessid
public Dot11InterworkingElement.Builder hessid(byte[] hessid)
- Parameters:
hessid
- hessid- Returns:
- this Builder object for method chaining.
-
length
public Dot11InterworkingElement.Builder length(byte length)
- Overrides:
length
in classDot11InformationElement.Builder
- Parameters:
length
- length- Returns:
- this Builder object for method chaining.
-
correctLengthAtBuild
public Dot11InterworkingElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
- Specified by:
correctLengthAtBuild
in interfaceLengthBuilder<Dot11InformationElement>
- Overrides:
correctLengthAtBuild
in classDot11InformationElement.Builder
- Parameters:
correctLengthAtBuild
- correctLengthAtBuild- Returns:
- LengthBuilder
-
build
public Dot11InterworkingElement build()
- Returns:
- a new object.
-
-