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