public static final class Dot11RequestElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11RequestElement.Builder() |
Modifier and Type | Method and Description |
---|---|
Dot11RequestElement |
build() |
Dot11RequestElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11RequestElement.Builder |
length(byte length) |
Dot11RequestElement.Builder |
requestedElementIds(List<Dot11InformationElementId> requestedElementIds) |
elementId, getCorrectLengthAtBuild
public Dot11RequestElement.Builder requestedElementIds(List<Dot11InformationElementId> requestedElementIds)
requestedElementIds
- requestedElementIdspublic Dot11RequestElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11RequestElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11RequestElement build()
Copyright © 2011–2017 Pcap4J.org. All rights reserved.