public static final class IpV6NeighborDiscoveryMtuOption.Builder extends java.lang.Object implements LengthBuilder<IpV6NeighborDiscoveryMtuOption>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IpV6NeighborDiscoveryMtuOption |
build() |
IpV6NeighborDiscoveryMtuOption.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
IpV6NeighborDiscoveryMtuOption.Builder |
length(byte length) |
IpV6NeighborDiscoveryMtuOption.Builder |
mtu(int mtu) |
IpV6NeighborDiscoveryMtuOption.Builder |
reserved(short reserved) |
public IpV6NeighborDiscoveryMtuOption.Builder length(byte length)
length - lengthpublic IpV6NeighborDiscoveryMtuOption.Builder reserved(short reserved)
reserved - reservedpublic IpV6NeighborDiscoveryMtuOption.Builder mtu(int mtu)
mtu - mtupublic IpV6NeighborDiscoveryMtuOption.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild in interface LengthBuilder<IpV6NeighborDiscoveryMtuOption>correctLengthAtBuild - correctLengthAtBuildpublic IpV6NeighborDiscoveryMtuOption build()
build in interface LengthBuilder<IpV6NeighborDiscoveryMtuOption>Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.