Uses of Class
org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag
Packages that use IpV4InternetTimestampOptionFlag
Package
Description
-
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV4InternetTimestampOptionFlagModifier and TypeFieldDescriptionprivate IpV4InternetTimestampOptionFlagIpV4InternetTimestampOption.Builder.flagprivate final IpV4InternetTimestampOptionFlagIpV4InternetTimestampOption.flagMethods in org.pcap4j.packet that return IpV4InternetTimestampOptionFlagMethods in org.pcap4j.packet with parameters of type IpV4InternetTimestampOptionFlagModifier and TypeMethodDescriptionIpV4InternetTimestampOption.Builder.flag(IpV4InternetTimestampOptionFlag flag) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.factory.propertiesbased
Classes in org.pcap4j.packet.factory.propertiesbased that implement interfaces with type arguments of type IpV4InternetTimestampOptionFlagModifier and TypeClassDescriptionfinal classMethods in org.pcap4j.packet.factory.propertiesbased with parameters of type IpV4InternetTimestampOptionFlagModifier and TypeMethodDescriptionPacketFactoryPropertiesLoader.getIpV4InternetTimestampDataClass(IpV4InternetTimestampOptionFlag flag) PropertiesBasedIpV4InternetTimestampOptionDataFactory.getTargetClass(IpV4InternetTimestampOptionFlag flag) PropertiesBasedIpV4InternetTimestampOptionDataFactory.newInstance(byte[] rawData, int offset, int length, IpV4InternetTimestampOptionFlag flag) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.factory.statik
Classes in org.pcap4j.packet.factory.statik that implement interfaces with type arguments of type IpV4InternetTimestampOptionFlagFields in org.pcap4j.packet.factory.statik with type parameters of type IpV4InternetTimestampOptionFlagModifier and TypeFieldDescriptionprivate final Map<IpV4InternetTimestampOptionFlag, StaticIpV4InternetTimestampOptionDataFactory.Instantiater> StaticIpV4InternetTimestampOptionDataFactory.instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type IpV4InternetTimestampOptionFlagModifier and TypeMethodDescriptionStaticIpV4InternetTimestampOptionDataFactory.getTargetClass(IpV4InternetTimestampOptionFlag number) StaticIpV4InternetTimestampOptionDataFactory.newInstance(byte[] rawData, int offset, int length, IpV4InternetTimestampOptionFlag number) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.namednumber
Subclasses with type arguments of type IpV4InternetTimestampOptionFlag in org.pcap4j.packet.namednumberModifier and TypeClassDescriptionfinal classFlag of IPv4 Internet Timestamp OptionFields in org.pcap4j.packet.namednumber declared as IpV4InternetTimestampOptionFlagModifier and TypeFieldDescriptionstatic final IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag.ADDRESS_PRESPECIFIEDthe internet address fields are prespecified: 3static final IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag.EACH_TIMESTAMP_PRECEDED_WITH_ADDRESSeach timestamp is preceded with internet address of the registering entity: 1static final IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag.TIMESTAMPS_ONLYtimestamps only: 0Fields in org.pcap4j.packet.namednumber with type parameters of type IpV4InternetTimestampOptionFlagModifier and TypeFieldDescriptionprivate static final Map<Byte, IpV4InternetTimestampOptionFlag> IpV4InternetTimestampOptionFlag.registryMethods in org.pcap4j.packet.namednumber that return IpV4InternetTimestampOptionFlagModifier and TypeMethodDescriptionIpV4InternetTimestampOptionFlag.getInstance(Byte value) IpV4InternetTimestampOptionFlag.register(IpV4InternetTimestampOptionFlag flag) Methods in org.pcap4j.packet.namednumber with parameters of type IpV4InternetTimestampOptionFlagModifier and TypeMethodDescriptionintIpV4InternetTimestampOptionFlag.compareTo(IpV4InternetTimestampOptionFlag o) IpV4InternetTimestampOptionFlag.register(IpV4InternetTimestampOptionFlag flag)