Uses of Interface
org.pcap4j.packet.IpV6ExtOptionsPacket.IpV6Option
Packages that use IpV6ExtOptionsPacket.IpV6Option
Package
Description
-
Uses of IpV6ExtOptionsPacket.IpV6Option in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV6ExtOptionsPacket.IpV6OptionModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classFields in org.pcap4j.packet with type parameters of type IpV6ExtOptionsPacket.IpV6OptionModifier and TypeFieldDescriptionprivate List<IpV6ExtOptionsPacket.IpV6Option> IpV6ExtOptionsPacket.Builder.optionsprivate final List<IpV6ExtOptionsPacket.IpV6Option> IpV6ExtOptionsPacket.IpV6ExtOptionsHeader.optionsMethods in org.pcap4j.packet that return types with arguments of type IpV6ExtOptionsPacket.IpV6OptionMethod parameters in org.pcap4j.packet with type arguments of type IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionIpV6ExtDestinationOptionsPacket.Builder.options(List<IpV6ExtOptionsPacket.IpV6Option> options) IpV6ExtHopByHopOptionsPacket.Builder.options(List<IpV6ExtOptionsPacket.IpV6Option> options) IpV6ExtOptionsPacket.Builder.options(List<IpV6ExtOptionsPacket.IpV6Option> options) -
Uses of IpV6ExtOptionsPacket.IpV6Option in org.pcap4j.packet.factory.propertiesbased
Classes in org.pcap4j.packet.factory.propertiesbased that implement interfaces with type arguments of type IpV6ExtOptionsPacket.IpV6OptionMethods in org.pcap4j.packet.factory.propertiesbased that return IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionPropertiesBasedIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length) PropertiesBasedIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV6ExtOptionsPacket.IpV6Option> dataClass) PropertiesBasedIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length, IpV6OptionType number) Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionClass<? extends IpV6ExtOptionsPacket.IpV6Option> PacketFactoryPropertiesLoader.getIpV6OptionClass(IpV6OptionType type) Class<? extends IpV6ExtOptionsPacket.IpV6Option> PropertiesBasedIpV6OptionFactory.getTargetClass()Class<? extends IpV6ExtOptionsPacket.IpV6Option> PropertiesBasedIpV6OptionFactory.getTargetClass(IpV6OptionType number) Class<? extends IpV6ExtOptionsPacket.IpV6Option> PacketFactoryPropertiesLoader.getUnknownIpV6OptionClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionPropertiesBasedIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV6ExtOptionsPacket.IpV6Option> dataClass) -
Uses of IpV6ExtOptionsPacket.IpV6Option in org.pcap4j.packet.factory.statik
Classes in org.pcap4j.packet.factory.statik that implement interfaces with type arguments of type IpV6ExtOptionsPacket.IpV6OptionMethods in org.pcap4j.packet.factory.statik that return IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionStaticIpV6OptionFactory.Instantiater.newInstance(byte[] rawData, int offset, int length) StaticIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length) StaticIpV6OptionFactory.newInstance(byte[] rawData, int offset, int length, IpV6OptionType number) Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV6ExtOptionsPacket.IpV6OptionModifier and TypeMethodDescriptionClass<? extends IpV6ExtOptionsPacket.IpV6Option> StaticIpV6OptionFactory.getTargetClass()Class<? extends IpV6ExtOptionsPacket.IpV6Option> StaticIpV6OptionFactory.getTargetClass(IpV6OptionType number) Class<? extends IpV6ExtOptionsPacket.IpV6Option> StaticIpV6OptionFactory.Instantiater.getTargetClass()