クラス IpV4InternetTimestampOptionFlag
- java.lang.Object
-
- org.pcap4j.packet.namednumber.NamedNumber<Byte,IpV4InternetTimestampOptionFlag>
-
- org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag
-
- すべての実装されたインタフェース:
Serializable
,Comparable<IpV4InternetTimestampOptionFlag>
public final class IpV4InternetTimestampOptionFlag extends NamedNumber<Byte,IpV4InternetTimestampOptionFlag>
Flag of IPv4 Internet Timestamp Option
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static IpV4InternetTimestampOptionFlag
ADDRESS_PRESPECIFIED
the internet address fields are prespecified: 3static IpV4InternetTimestampOptionFlag
EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS
each timestamp is preceded with internet address of the registering entity: 1static IpV4InternetTimestampOptionFlag
TIMESTAMPS_ONLY
timestamps only: 0
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 IpV4InternetTimestampOptionFlag(Byte value, String name)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
compareTo(IpV4InternetTimestampOptionFlag o)
static IpV4InternetTimestampOptionFlag
getInstance(Byte value)
static IpV4InternetTimestampOptionFlag
register(IpV4InternetTimestampOptionFlag flag)
-
クラスから継承されたメソッド org.pcap4j.packet.namednumber.NamedNumber
equals, hashCode, name, toString, value, valueAsString
-
-
-
-
フィールドの詳細
-
TIMESTAMPS_ONLY
public static final IpV4InternetTimestampOptionFlag TIMESTAMPS_ONLY
timestamps only: 0
-
EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS
public static final IpV4InternetTimestampOptionFlag EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS
each timestamp is preceded with internet address of the registering entity: 1
-
ADDRESS_PRESPECIFIED
public static final IpV4InternetTimestampOptionFlag ADDRESS_PRESPECIFIED
the internet address fields are prespecified: 3
-
-
メソッドの詳細
-
getInstance
public static IpV4InternetTimestampOptionFlag getInstance(Byte value)
- パラメータ:
value
- value- 戻り値:
- a IpV4InternetTimestampOptionFlag object.
-
register
public static IpV4InternetTimestampOptionFlag register(IpV4InternetTimestampOptionFlag flag)
- パラメータ:
flag
- flag- 戻り値:
- a IpV4InternetTimestampOptionFlag object.
-
compareTo
public int compareTo(IpV4InternetTimestampOptionFlag o)
- 定義:
compareTo
インタフェース内Comparable<IpV4InternetTimestampOptionFlag>
- 定義:
compareTo
クラス内NamedNumber<Byte,IpV4InternetTimestampOptionFlag>
-
-