Uses of Class
org.pcap4j.packet.namednumber.NotApplicable
-
Packages that use NotApplicable Package Description org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of NotApplicable in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type NotApplicable Modifier and Type Method Description java.lang.Class<? extends IpV4Packet.IpV4Tos>PropertiesBasedIpV4TosFactory. getTargetClass(NotApplicable number)Deprecated.java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>PropertiesBasedIpV6FlowLabelFactory. getTargetClass(NotApplicable number)Deprecated.java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>PropertiesBasedIpV6TrafficClassFactory. getTargetClass(NotApplicable number)Deprecated.IpV4Packet.IpV4TosPropertiesBasedIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.IpV6Packet.IpV6FlowLabelPropertiesBasedIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.IpV6Packet.IpV6TrafficClassPropertiesBasedIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated. -
Uses of NotApplicable in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik with parameters of type NotApplicable Modifier and Type Method Description java.lang.Class<? extends IpV4Packet.IpV4Tos>StaticIpV4TosFactory. getTargetClass(NotApplicable number)Deprecated.java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>StaticIpV6FlowLabelFactory. getTargetClass(NotApplicable number)Deprecated.java.lang.Class<? extends IpV6Packet.IpV6TrafficClass>StaticIpV6TrafficClassFactory. getTargetClass(NotApplicable number)Deprecated.IpV4Packet.IpV4TosStaticIpV4TosFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.IpV6Packet.IpV6FlowLabelStaticIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated.IpV6Packet.IpV6TrafficClassStaticIpV6TrafficClassFactory. newInstance(byte[] rawData, int offset, int length, NotApplicable number)Deprecated. -
Uses of NotApplicable in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as NotApplicable Modifier and Type Field Description static NotApplicableNotApplicable. COMPRESSEDCompressed: 2static NotApplicableNotApplicable. ENCRYPTEDEncrypted: 3static NotApplicableNotApplicable. FRAGMENTEDFragmented: 1static NotApplicableNotApplicable. UNKNOWNUnknown: 0static NotApplicableNotApplicable. UNKNOWN_IP_V6_EXTENSIONUnknown IPv6 Extension: 4Methods in org.pcap4j.packet.namednumber with parameters of type NotApplicable Modifier and Type Method Description intNotApplicable. compareTo(NotApplicable o)
-