public abstract static class Dot11InformationElement.Builder extends java.lang.Object implements LengthBuilder<Dot11InformationElement>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
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, waitbuildprotected Builder()
protected 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.