Uses of Interface
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData
Packages that use IpV6ExtRoutingPacket.IpV6RoutingData
Package
Description
-
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeClassDescriptionfinal classfinal classfinal classFields in org.pcap4j.packet declared as IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeFieldDescriptionIpV6ExtRoutingPacket.Builder.dataprivate final IpV6ExtRoutingPacket.IpV6RoutingDataIpV6ExtRoutingPacket.IpV6ExtRoutingHeader.dataMethods in org.pcap4j.packet that return IpV6ExtRoutingPacket.IpV6RoutingDataMethods in org.pcap4j.packet with parameters of type IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionIpV6ExtRoutingPacket.Builder.data(IpV6ExtRoutingPacket.IpV6RoutingData data) -
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet.factory.propertiesbased
Classes in org.pcap4j.packet.factory.propertiesbased that implement interfaces with type arguments of type IpV6ExtRoutingPacket.IpV6RoutingDataMethods in org.pcap4j.packet.factory.propertiesbased that return IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionPropertiesBasedIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length) PropertiesBasedIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> dataClass) PropertiesBasedIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, IpV6RoutingType type) Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionClass<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PacketFactoryPropertiesLoader.getIpV6RoutingDataClass(IpV6RoutingType type) Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PropertiesBasedIpV6RoutingDataFactory.getTargetClass()Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PropertiesBasedIpV6RoutingDataFactory.getTargetClass(IpV6RoutingType type) Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PacketFactoryPropertiesLoader.getUnknownIpV6RoutingDataClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionPropertiesBasedIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> dataClass) -
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet.factory.statik
Classes in org.pcap4j.packet.factory.statik that implement interfaces with type arguments of type IpV6ExtRoutingPacket.IpV6RoutingDataMethods in org.pcap4j.packet.factory.statik that return IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionStaticIpV6RoutingDataFactory.Instantiater.newInstance(byte[] rawData, int offset, int length) StaticIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length) StaticIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, IpV6RoutingType number) Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV6ExtRoutingPacket.IpV6RoutingDataModifier and TypeMethodDescriptionClass<? extends IpV6ExtRoutingPacket.IpV6RoutingData> StaticIpV6RoutingDataFactory.getTargetClass()Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> StaticIpV6RoutingDataFactory.getTargetClass(IpV6RoutingType number) Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> StaticIpV6RoutingDataFactory.Instantiater.getTargetClass()