Uses of Class
org.pcap4j.packet.namednumber.NotApplicable
Packages that use NotApplicable
Package
Description
-
Uses of NotApplicable in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type NotApplicableModifier and TypeMethodDescriptionClass<? extends IpV4Packet.IpV4Tos> PropertiesBasedIpV4TosFactory.getTargetClass(NotApplicable number) Deprecated.Class<? extends IpV6Packet.IpV6FlowLabel> PropertiesBasedIpV6FlowLabelFactory.getTargetClass(NotApplicable number) Deprecated.Class<? extends IpV6Packet.IpV6TrafficClass> PropertiesBasedIpV6TrafficClassFactory.getTargetClass(NotApplicable number) Deprecated.PropertiesBasedIpV4TosFactory.newInstance(byte[] rawData, int offset, int length, NotApplicable number) Deprecated.PropertiesBasedIpV6FlowLabelFactory.newInstance(byte[] rawData, int offset, int length, NotApplicable number) Deprecated.PropertiesBasedIpV6TrafficClassFactory.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 NotApplicableModifier and TypeMethodDescriptionClass<? extends IpV4Packet.IpV4Tos> StaticIpV4TosFactory.getTargetClass(NotApplicable number) Deprecated.Class<? extends IpV6Packet.IpV6FlowLabel> StaticIpV6FlowLabelFactory.getTargetClass(NotApplicable number) Deprecated.Class<? extends IpV6Packet.IpV6TrafficClass> StaticIpV6TrafficClassFactory.getTargetClass(NotApplicable number) Deprecated.StaticIpV4TosFactory.newInstance(byte[] rawData, int offset, int length, NotApplicable number) Deprecated.StaticIpV6FlowLabelFactory.newInstance(byte[] rawData, int offset, int length, NotApplicable number) Deprecated.StaticIpV6TrafficClassFactory.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 NotApplicableModifier and TypeFieldDescriptionstatic final NotApplicableNotApplicable.COMPRESSEDCompressed: 2static final NotApplicableNotApplicable.ENCRYPTEDEncrypted: 3static final NotApplicableNotApplicable.FRAGMENTEDFragmented: 1static final NotApplicableNotApplicable.UNKNOWNUnknown: 0static final NotApplicableNotApplicable.UNKNOWN_IP_V6_EXTENSIONUnknown IPv6 Extension: 4Methods in org.pcap4j.packet.namednumber with parameters of type NotApplicable