パッケージ org.pcap4j.packet
クラス IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder
- java.lang.Object
-
- org.pcap4j.packet.IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder
-
- すべての実装されたインタフェース:
LengthBuilder<IpV6NeighborDiscoveryTargetLinkLayerAddressOption>
public static final class IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder extends Object implements LengthBuilder<IpV6NeighborDiscoveryTargetLinkLayerAddressOption>
- 導入されたバージョン:
- pcap4j 0.9.15
- 作成者:
- Kaito Yamada
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Builder()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 IpV6NeighborDiscoveryTargetLinkLayerAddressOption
build()
IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder
correctLengthAtBuild(boolean correctLengthAtBuild)
IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder
length(byte length)
IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder
linkLayerAddress(byte[] linkLayerAddress)
-
-
-
メソッドの詳細
-
length
public IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder length(byte length)
- パラメータ:
length
- length- 戻り値:
- this Builder object for method chaining.
-
linkLayerAddress
public IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder linkLayerAddress(byte[] linkLayerAddress)
- パラメータ:
linkLayerAddress
- linkLayerAddress- 戻り値:
- this Builder object for method chaining.
-
correctLengthAtBuild
public IpV6NeighborDiscoveryTargetLinkLayerAddressOption.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
- 定義:
correctLengthAtBuild
インタフェース内LengthBuilder<IpV6NeighborDiscoveryTargetLinkLayerAddressOption>
- パラメータ:
correctLengthAtBuild
- correctLengthAtBuild- 戻り値:
- LengthBuilder
-
build
public IpV6NeighborDiscoveryTargetLinkLayerAddressOption build()
- 定義:
build
インタフェース内LengthBuilder<IpV6NeighborDiscoveryTargetLinkLayerAddressOption>
- 戻り値:
- a new object.
-
-