Uses of Class
org.pcap4j.packet.namednumber.IpV6RoutingType
Packages that use IpV6RoutingType
Package
Description
-
Uses of IpV6RoutingType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV6RoutingTypeModifier and TypeFieldDescriptionprivate IpV6RoutingTypeIpV6ExtRoutingPacket.Builder.routingTypeprivate final IpV6RoutingTypeIpV6ExtRoutingPacket.IpV6ExtRoutingHeader.routingTypeMethods in org.pcap4j.packet that return IpV6RoutingTypeMethods in org.pcap4j.packet with parameters of type IpV6RoutingTypeModifier and TypeMethodDescriptionIpV6ExtRoutingPacket.Builder.routingType(IpV6RoutingType routingType) -
Uses of IpV6RoutingType in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type IpV6RoutingTypeModifier and TypeMethodDescriptionClass<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PacketFactoryPropertiesLoader.getIpV6RoutingDataClass(IpV6RoutingType type) Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData> PropertiesBasedIpV6RoutingDataFactory.getTargetClass(IpV6RoutingType type) PropertiesBasedIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, IpV6RoutingType type) -
Uses of IpV6RoutingType in org.pcap4j.packet.factory.statik
Fields in org.pcap4j.packet.factory.statik with type parameters of type IpV6RoutingTypeModifier and TypeFieldDescriptionprivate final Map<IpV6RoutingType, StaticIpV6RoutingDataFactory.Instantiater> StaticIpV6RoutingDataFactory.instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type IpV6RoutingTypeModifier and TypeMethodDescriptionClass<? extends IpV6ExtRoutingPacket.IpV6RoutingData> StaticIpV6RoutingDataFactory.getTargetClass(IpV6RoutingType number) StaticIpV6RoutingDataFactory.newInstance(byte[] rawData, int offset, int length, IpV6RoutingType number) -
Uses of IpV6RoutingType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IpV6RoutingTypeModifier and TypeFieldDescriptionstatic final IpV6RoutingTypeIpV6RoutingType.NIMRODNimrod: 1static final IpV6RoutingTypeIpV6RoutingType.RPL_SOURCE_ROUTE_HEADERRPL Source Route Header: 3static final IpV6RoutingTypeIpV6RoutingType.SOURCE_ROUTESource Route: 0static final IpV6RoutingTypeIpV6RoutingType.TYPE2_ROUTING_HEADERType 2 Routing Header: 2Fields in org.pcap4j.packet.namednumber with type parameters of type IpV6RoutingTypeModifier and TypeFieldDescriptionprivate static final Map<Byte, IpV6RoutingType> IpV6RoutingType.registryMethods in org.pcap4j.packet.namednumber that return IpV6RoutingTypeModifier and TypeMethodDescriptionstatic IpV6RoutingTypeIpV6RoutingType.getInstance(Byte value) static IpV6RoutingTypeIpV6RoutingType.register(IpV6RoutingType number) Methods in org.pcap4j.packet.namednumber with parameters of type IpV6RoutingTypeModifier and TypeMethodDescriptionintIpV6RoutingType.compareTo(IpV6RoutingType o) static IpV6RoutingTypeIpV6RoutingType.register(IpV6RoutingType number)