Class IpV4InternetTimestampOptionFlag
java.lang.Object
org.pcap4j.packet.namednumber.NamedNumber<Byte, IpV4InternetTimestampOptionFlag>
org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag
- All Implemented Interfaces:
Serializable, Comparable<IpV4InternetTimestampOptionFlag>
public final class IpV4InternetTimestampOptionFlag
extends NamedNumber<Byte, IpV4InternetTimestampOptionFlag>
Flag of IPv4 Internet Timestamp Option
- Since:
- pcap4j 0.9.11
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IpV4InternetTimestampOptionFlagthe internet address fields are prespecified: 3static final IpV4InternetTimestampOptionFlageach timestamp is preceded with internet address of the registering entity: 1private static final Map<Byte, IpV4InternetTimestampOptionFlag> private static final longstatic final IpV4InternetTimestampOptionFlagtimestamps only: 0 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NamedNumber
equals, hashCode, name, toString, value, valueAsString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
TIMESTAMPS_ONLY
timestamps only: 0 -
EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS
each timestamp is preceded with internet address of the registering entity: 1 -
ADDRESS_PRESPECIFIED
the internet address fields are prespecified: 3 -
registry
-
-
Constructor Details
-
IpV4InternetTimestampOptionFlag
-
-
Method Details
-
getInstance
- Parameters:
value- value- Returns:
- a IpV4InternetTimestampOptionFlag object.
-
register
- Parameters:
flag- flag- Returns:
- a IpV4InternetTimestampOptionFlag object.
-
compareTo
- Specified by:
compareToin interfaceComparable<IpV4InternetTimestampOptionFlag>- Specified by:
compareToin classNamedNumber<Byte, IpV4InternetTimestampOptionFlag>
-