パッケージ org.pcap4j.packet

クラス IpV4Rfc791Tos.Builder

  • 含まれているクラス:
    IpV4Rfc791Tos

    public static final class IpV4Rfc791Tos.Builder
    extends Object
    導入されたバージョン:
    pcap4j 0.9.11
    作成者:
    Kaito Yamada
    • コンストラクタの詳細

      • Builder

        public Builder()
    • メソッドの詳細

      • lowDelay

        public IpV4Rfc791Tos.Builder lowDelay​(boolean lowDelay)
        パラメータ:
        lowDelay - lowDelay
        戻り値:
        this Builder object for method chaining.
      • highThroughput

        public IpV4Rfc791Tos.Builder highThroughput​(boolean highThroughput)
        パラメータ:
        highThroughput - highThroughput
        戻り値:
        this Builder object for method chaining.
      • highReliability

        public IpV4Rfc791Tos.Builder highReliability​(boolean highRelibility)
        パラメータ:
        highRelibility - highRelibility
        戻り値:
        this Builder object for method chaining.
      • seventhBit

        public IpV4Rfc791Tos.Builder seventhBit​(boolean seventhBit)
        パラメータ:
        seventhBit - seventhBit
        戻り値:
        this Builder object for method chaining.
      • eighthBit

        public IpV4Rfc791Tos.Builder eighthBit​(boolean eighthBit)
        パラメータ:
        eighthBit - eighthBit
        戻り値:
        this Builder object for method chaining.
      • build

        public IpV4Rfc791Tos build()
        戻り値:
        a new IpV4Rfc791Tos object.