Uses of Interface
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData
-
Packages that use IpV6ExtRoutingPacket.IpV6RoutingData Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet
Classes in org.pcap4j.packet that implement IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Class Description classIllegalIpV6RoutingDataclassIpV6RoutingSourceRouteDataclassUnknownIpV6RoutingDataFields in org.pcap4j.packet declared as IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Field Description private IpV6ExtRoutingPacket.IpV6RoutingDataIpV6ExtRoutingPacket.Builder. dataprivate IpV6ExtRoutingPacket.IpV6RoutingDataIpV6ExtRoutingPacket.IpV6ExtRoutingHeader. dataMethods in org.pcap4j.packet that return IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description IpV6ExtRoutingPacket.IpV6RoutingDataIpV6ExtRoutingPacket.IpV6ExtRoutingHeader. getData()Methods in org.pcap4j.packet with parameters of type IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. data(IpV6ExtRoutingPacket.IpV6RoutingData data) -
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description IpV6ExtRoutingPacket.IpV6RoutingDataPropertiesBasedIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length)IpV6ExtRoutingPacket.IpV6RoutingDataPropertiesBasedIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> dataClass)IpV6ExtRoutingPacket.IpV6RoutingDataPropertiesBasedIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length, IpV6RoutingType type)Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PacketFactoryPropertiesLoader. getIpV6RoutingDataClass(IpV6RoutingType type)java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PropertiesBasedIpV6RoutingDataFactory. getTargetClass()java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PropertiesBasedIpV6RoutingDataFactory. getTargetClass(IpV6RoutingType type)java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PacketFactoryPropertiesLoader. getUnknownIpV6RoutingDataClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description IpV6ExtRoutingPacket.IpV6RoutingDataPropertiesBasedIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> dataClass) -
Uses of IpV6ExtRoutingPacket.IpV6RoutingData in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description IpV6ExtRoutingPacket.IpV6RoutingDataStaticIpV6RoutingDataFactory.Instantiater. newInstance(byte[] rawData, int offset, int length)IpV6ExtRoutingPacket.IpV6RoutingDataStaticIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length)IpV6ExtRoutingPacket.IpV6RoutingDataStaticIpV6RoutingDataFactory. newInstance(byte[] rawData, int offset, int length, IpV6RoutingType number)Methods in org.pcap4j.packet.factory.statik that return types with arguments of type IpV6ExtRoutingPacket.IpV6RoutingData Modifier and Type Method Description java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>StaticIpV6RoutingDataFactory. getTargetClass()java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>StaticIpV6RoutingDataFactory. getTargetClass(IpV6RoutingType number)java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>StaticIpV6RoutingDataFactory.Instantiater. getTargetClass()
-