Uses of Interface
org.pcap4j.packet.IpV4Packet.IpV4Option
Packages that use IpV4Packet.IpV4Option
Package
Description
-
Uses of IpV4Packet.IpV4Option in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV4Packet.IpV4OptionModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal class(package private) classfinal classfinal classfinal classFields in org.pcap4j.packet with type parameters of type IpV4Packet.IpV4OptionModifier and TypeFieldDescriptionprivate List<IpV4Packet.IpV4Option> IpV4Packet.Builder.optionsprivate final List<IpV4Packet.IpV4Option> IpV4Packet.IpV4Header.optionsMethods in org.pcap4j.packet that return types with arguments of type IpV4Packet.IpV4OptionMethod parameters in org.pcap4j.packet with type arguments of type IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionIpV4Packet.Builder.options(List<IpV4Packet.IpV4Option> options) -
Uses of IpV4Packet.IpV4Option in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionPropertiesBasedIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length) PropertiesBasedIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV4Packet.IpV4Option> dataClass) PropertiesBasedIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length, IpV4OptionType number) Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionClass<? extends IpV4Packet.IpV4Option> PacketFactoryPropertiesLoader.getIpV4OptionClass(IpV4OptionType type) Class<? extends IpV4Packet.IpV4Option> PropertiesBasedIpV4OptionFactory.getTargetClass()Class<? extends IpV4Packet.IpV4Option> PropertiesBasedIpV4OptionFactory.getTargetClass(IpV4OptionType number) Class<? extends IpV4Packet.IpV4Option> PacketFactoryPropertiesLoader.getUnknownIpV4OptionClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionPropertiesBasedIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV4Packet.IpV4Option> dataClass) -
Uses of IpV4Packet.IpV4Option in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionStaticIpV4OptionFactory.Instantiater.newInstance(byte[] rawData, int offset, int length) StaticIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length) StaticIpV4OptionFactory.newInstance(byte[] rawData, int offset, int length, IpV4OptionType number) Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV4Packet.IpV4OptionModifier and TypeMethodDescriptionClass<? extends IpV4Packet.IpV4Option> StaticIpV4OptionFactory.getTargetClass()Class<? extends IpV4Packet.IpV4Option> StaticIpV4OptionFactory.getTargetClass(IpV4OptionType number) Class<? extends IpV4Packet.IpV4Option> StaticIpV4OptionFactory.Instantiater.getTargetClass()