Uses of Interface
org.pcap4j.packet.IpV4Packet.IpV4Tos
-
Packages that use IpV4Packet.IpV4Tos Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of IpV4Packet.IpV4Tos in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV4Packet.IpV4Tos Modifier and Type Class Description classIpV4Rfc1349TosclassIpV4Rfc791TosFields in org.pcap4j.packet declared as IpV4Packet.IpV4Tos Modifier and Type Field Description private IpV4Packet.IpV4TosIpV4Packet.Builder. tosprivate IpV4Packet.IpV4TosIpV4Packet.IpV4Header. tosMethods in org.pcap4j.packet that return IpV4Packet.IpV4Tos Modifier and Type Method Description IpV4Packet.IpV4TosIpV4Packet.IpV4Header. getTos()Methods in org.pcap4j.packet with parameters of type IpV4Packet.IpV4Tos Modifier and Type Method Description IpV4Packet.BuilderIpV4Packet.Builder. tos(IpV4Packet.IpV4Tos tos) -
Uses of IpV4Packet.IpV4Tos in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return IpV4Packet.IpV4Tos Modifier and Type Method Description IpV4Packet.IpV4TosPropertiesBasedIpV4TosFactory. newInstance(byte[] rawData, int offset, int length)IpV4Packet.IpV4TosPropertiesBasedIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV4Packet.IpV4Tos> tosClass)A static factory method.IpV4Packet.IpV4TosPropertiesBasedIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV4Packet.IpV4Tos Modifier and Type Method Description java.lang.Class<? extends IpV4Packet.IpV4Tos>PacketFactoryPropertiesLoader. getIpV4TosClass()java.lang.Class<? extends IpV4Packet.IpV4Tos>PropertiesBasedIpV4TosFactory. getTargetClass()java.lang.Class<? extends IpV4Packet.IpV4Tos>PropertiesBasedIpV4TosFactory. getTargetClass(NotApplicable number)Deprecated.Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV4Packet.IpV4Tos Modifier and Type Method Description IpV4Packet.IpV4TosPropertiesBasedIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV4Packet.IpV4Tos> tosClass)A static factory method. -
Uses of IpV4Packet.IpV4Tos in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return IpV4Packet.IpV4Tos Modifier and Type Method Description IpV4Packet.IpV4TosStaticIpV4TosFactory. newInstance(byte[] rawData, int offset, int length)IpV4Packet.IpV4TosStaticIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV4Packet.IpV4Tos Modifier and Type Method Description java.lang.Class<? extends IpV4Packet.IpV4Tos>StaticIpV4TosFactory. getTargetClass()java.lang.Class<? extends IpV4Packet.IpV4Tos>StaticIpV4TosFactory. getTargetClass(NotApplicable number)Deprecated.
-