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