Uses of Class
org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag
-
Packages that use IpV4InternetTimestampOptionFlag Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV4InternetTimestampOptionFlag Modifier and Type Field Description private IpV4InternetTimestampOptionFlagIpV4InternetTimestampOption.Builder. flagprivate IpV4InternetTimestampOptionFlagIpV4InternetTimestampOption. flagMethods in org.pcap4j.packet that return IpV4InternetTimestampOptionFlag Modifier and Type Method Description IpV4InternetTimestampOptionFlagIpV4InternetTimestampOption. getFlag()Methods in org.pcap4j.packet with parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Method Description IpV4InternetTimestampOption.BuilderIpV4InternetTimestampOption.Builder. flag(IpV4InternetTimestampOptionFlag flag) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Method Description java.lang.Class<? extends IpV4InternetTimestampOption.IpV4InternetTimestampOptionData>PacketFactoryPropertiesLoader. getIpV4InternetTimestampDataClass(IpV4InternetTimestampOptionFlag flag)java.lang.Class<? extends IpV4InternetTimestampOption.IpV4InternetTimestampOptionData>PropertiesBasedIpV4InternetTimestampOptionDataFactory. getTargetClass(IpV4InternetTimestampOptionFlag flag)IpV4InternetTimestampOption.IpV4InternetTimestampOptionDataPropertiesBasedIpV4InternetTimestampOptionDataFactory. newInstance(byte[] rawData, int offset, int length, IpV4InternetTimestampOptionFlag flag) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.factory.statik
Fields in org.pcap4j.packet.factory.statik with type parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Field Description private java.util.Map<IpV4InternetTimestampOptionFlag,StaticIpV4InternetTimestampOptionDataFactory.Instantiater>StaticIpV4InternetTimestampOptionDataFactory. instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Method Description java.lang.Class<? extends IpV4InternetTimestampOption.IpV4InternetTimestampOptionData>StaticIpV4InternetTimestampOptionDataFactory. getTargetClass(IpV4InternetTimestampOptionFlag number)IpV4InternetTimestampOption.IpV4InternetTimestampOptionDataStaticIpV4InternetTimestampOptionDataFactory. newInstance(byte[] rawData, int offset, int length, IpV4InternetTimestampOptionFlag number) -
Uses of IpV4InternetTimestampOptionFlag in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IpV4InternetTimestampOptionFlag Modifier and Type Field Description static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. ADDRESS_PRESPECIFIEDthe internet address fields are prespecified: 3static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. EACH_TIMESTAMP_PRECEDED_WITH_ADDRESSeach timestamp is preceded with internet address of the registering entity: 1static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. TIMESTAMPS_ONLYtimestamps only: 0Fields in org.pcap4j.packet.namednumber with type parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Field Description private static java.util.Map<java.lang.Byte,IpV4InternetTimestampOptionFlag>IpV4InternetTimestampOptionFlag. registryMethods in org.pcap4j.packet.namednumber that return IpV4InternetTimestampOptionFlag Modifier and Type Method Description static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. getInstance(java.lang.Byte value)static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. register(IpV4InternetTimestampOptionFlag flag)Methods in org.pcap4j.packet.namednumber with parameters of type IpV4InternetTimestampOptionFlag Modifier and Type Method Description intIpV4InternetTimestampOptionFlag. compareTo(IpV4InternetTimestampOptionFlag o)static IpV4InternetTimestampOptionFlagIpV4InternetTimestampOptionFlag. register(IpV4InternetTimestampOptionFlag flag)
-