パッケージ org.pcap4j.packet

クラス IpV4Rfc791Tos

    • メソッドの詳細

      • newInstance

        public static IpV4Rfc791Tos newInstance​(byte value)
        パラメータ:
        value - value
        戻り値:
        a new IpV4Rfc791Tos object.
      • isLowDelay

        public boolean isLowDelay()
        戻り値:
        lowDelay
      • isHighThroughput

        public boolean isHighThroughput()
        戻り値:
        highThroughput
      • isHighReliability

        public boolean isHighReliability()
        戻り値:
        highReliability
      • getSeventhBit

        public boolean getSeventhBit()
        戻り値:
        seventhBit
      • getEighthBit

        public boolean getEighthBit()
        戻り値:
        eighthBit
      • getBuilder

        public IpV4Rfc791Tos.Builder getBuilder()
        戻り値:
        a new Builder object populated with this object's fields.
      • equals

        public boolean equals​(Object obj)
        オーバーライド:
        equals クラス内 Object
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Object