public abstract static class Dot11InformationElement.Builder extends Object implements LengthBuilder<Dot11InformationElement>
Modifier | Constructor and Description |
---|---|
protected |
Dot11InformationElement.Builder() |
protected |
Dot11InformationElement.Builder(Dot11InformationElement elem) |
Modifier and Type | Method and Description |
---|---|
Dot11InformationElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
protected Dot11InformationElement.Builder |
elementId(Dot11InformationElementId elementId) |
protected boolean |
getCorrectLengthAtBuild() |
Dot11InformationElement.Builder |
length(byte length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
protected Dot11InformationElement.Builder()
protected Dot11InformationElement.Builder(Dot11InformationElement elem)
elem
- a Dot11InformationElement object.protected Dot11InformationElement.Builder elementId(Dot11InformationElementId elementId)
elementId
- elementIdpublic Dot11InformationElement.Builder length(byte length)
length
- lengthpublic Dot11InformationElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
- correctLengthAtBuildprotected boolean getCorrectLengthAtBuild()
Copyright © 2011–2018 Pcap4J.org. All rights reserved.