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