Uses of Interface
org.pcap4j.packet.IpV6Packet.IpV6TrafficClass
-
Packages that use IpV6Packet.IpV6TrafficClass Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of IpV6Packet.IpV6TrafficClass in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV6Packet.IpV6TrafficClass Modifier and Type Class Description classIpV6SimpleTrafficClassFields in org.pcap4j.packet declared as IpV6Packet.IpV6TrafficClass Modifier and Type Field Description private IpV6Packet.IpV6TrafficClassIpV6Packet.Builder. trafficClassprivate IpV6Packet.IpV6TrafficClassIpV6Packet.IpV6Header. trafficClassMethods in org.pcap4j.packet that return IpV6Packet.IpV6TrafficClass Modifier and Type Method Description IpV6Packet.IpV6TrafficClassIpV6Packet.IpV6Header. getTrafficClass()Methods in org.pcap4j.packet with parameters of type IpV6Packet.IpV6TrafficClass Modifier and Type Method Description IpV6Packet.BuilderIpV6Packet.Builder. trafficClass(IpV6Packet.IpV6TrafficClass trafficClass) -
Uses of IpV6Packet.IpV6TrafficClass in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return IpV6Packet.IpV6TrafficClass Modifier and Type Method Description IpV6Packet.IpV6TrafficClassPropertiesBasedIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length)IpV6Packet.IpV6TrafficClassPropertiesBasedIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6Packet.IpV6TrafficClass> clazz)A static factory method.IpV6Packet.IpV6TrafficClassPropertiesBasedIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV6Packet.IpV6TrafficClass Modifier and Type Method Description java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>PacketFactoryPropertiesLoader. getIpV6TrafficClassClass()java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>PropertiesBasedIpV6TrafficClassFactory. getTargetClass()java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>PropertiesBasedIpV6TrafficClassFactory. getTargetClass(NotApplicable number)Deprecated.Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV6Packet.IpV6TrafficClass Modifier and Type Method Description IpV6Packet.IpV6TrafficClassPropertiesBasedIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6Packet.IpV6TrafficClass> clazz)A static factory method. -
Uses of IpV6Packet.IpV6TrafficClass in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return IpV6Packet.IpV6TrafficClass Modifier and Type Method Description IpV6Packet.IpV6TrafficClassStaticIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length)IpV6Packet.IpV6TrafficClassStaticIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV6Packet.IpV6TrafficClass Modifier and Type Method Description java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>StaticIpV6TrafficClassFactory. getTargetClass()java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>StaticIpV6TrafficClassFactory. getTargetClass(NotApplicable number)Deprecated.
-