Uses of Interface
org.pcap4j.packet.IpV6Packet.IpV6FlowLabel
-
Packages that use IpV6Packet.IpV6FlowLabel Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of IpV6Packet.IpV6FlowLabel in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV6Packet.IpV6FlowLabel Modifier and Type Class Description classIpV6SimpleFlowLabelFields in org.pcap4j.packet declared as IpV6Packet.IpV6FlowLabel Modifier and Type Field Description private IpV6Packet.IpV6FlowLabelIpV6Packet.Builder. flowLabelprivate IpV6Packet.IpV6FlowLabelIpV6Packet.IpV6Header. flowLabelMethods in org.pcap4j.packet that return IpV6Packet.IpV6FlowLabel Modifier and Type Method Description IpV6Packet.IpV6FlowLabelIpV6Packet.IpV6Header. getFlowLabel()Methods in org.pcap4j.packet with parameters of type IpV6Packet.IpV6FlowLabel Modifier and Type Method Description IpV6Packet.BuilderIpV6Packet.Builder. flowLabel(IpV6Packet.IpV6FlowLabel flowLabel) -
Uses of IpV6Packet.IpV6FlowLabel in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return IpV6Packet.IpV6FlowLabel Modifier and Type Method Description IpV6Packet.IpV6FlowLabelPropertiesBasedIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length)IpV6Packet.IpV6FlowLabelPropertiesBasedIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6Packet.IpV6FlowLabel> clazz)A static factory method.IpV6Packet.IpV6FlowLabelPropertiesBasedIpV6FlowLabelFactory. 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.IpV6FlowLabel Modifier and Type Method Description java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>PacketFactoryPropertiesLoader. getIpV6FlowLabelClass()java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>PropertiesBasedIpV6FlowLabelFactory. getTargetClass()java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>PropertiesBasedIpV6FlowLabelFactory. getTargetClass(NotApplicable number)Deprecated.Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV6Packet.IpV6FlowLabel Modifier and Type Method Description IpV6Packet.IpV6FlowLabelPropertiesBasedIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6Packet.IpV6FlowLabel> clazz)A static factory method. -
Uses of IpV6Packet.IpV6FlowLabel in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return IpV6Packet.IpV6FlowLabel Modifier and Type Method Description IpV6Packet.IpV6FlowLabelStaticIpV6FlowLabelFactory. newInstance(byte[] rawData, int offset, int length)IpV6Packet.IpV6FlowLabelStaticIpV6FlowLabelFactory. 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.IpV6FlowLabel Modifier and Type Method Description java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>StaticIpV6FlowLabelFactory. getTargetClass()java.lang.Class<? extends IpV6Packet.IpV6FlowLabel>StaticIpV6FlowLabelFactory. getTargetClass(NotApplicable number)Deprecated.
-