Uses of Class
org.pcap4j.packet.namednumber.IpV6RoutingType
-
Packages that use IpV6RoutingType Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of IpV6RoutingType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV6RoutingType Modifier and Type Field Description private IpV6RoutingTypeIpV6ExtRoutingPacket.Builder. routingTypeprivate IpV6RoutingTypeIpV6ExtRoutingPacket.IpV6ExtRoutingHeader. routingTypeMethods in org.pcap4j.packet that return IpV6RoutingType Modifier and Type Method Description IpV6RoutingTypeIpV6ExtRoutingPacket.IpV6ExtRoutingHeader. getRoutingType()Methods in org.pcap4j.packet with parameters of type IpV6RoutingType Modifier and Type Method Description IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. routingType(IpV6RoutingType routingType) -
Uses of IpV6RoutingType in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type IpV6RoutingType Modifier and Type Method Description java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PacketFactoryPropertiesLoader. getIpV6RoutingDataClass(IpV6RoutingType type)java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>PropertiesBasedIpV6RoutingDataFactory. getTargetClass(IpV6RoutingType type)IpV6ExtRoutingPacket.IpV6RoutingDataPropertiesBasedIpV6RoutingDataFactory. 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 IpV6RoutingType Modifier and Type Field Description private java.util.Map<IpV6RoutingType,StaticIpV6RoutingDataFactory.Instantiater>StaticIpV6RoutingDataFactory. instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type IpV6RoutingType Modifier and Type Method Description java.lang.Class<? extends IpV6ExtRoutingPacket.IpV6RoutingData>StaticIpV6RoutingDataFactory. getTargetClass(IpV6RoutingType number)IpV6ExtRoutingPacket.IpV6RoutingDataStaticIpV6RoutingDataFactory. 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 IpV6RoutingType Modifier and Type Field Description static IpV6RoutingTypeIpV6RoutingType. NIMRODNimrod: 1static IpV6RoutingTypeIpV6RoutingType. RPL_SOURCE_ROUTE_HEADERRPL Source Route Header: 3static IpV6RoutingTypeIpV6RoutingType. SOURCE_ROUTESource Route: 0static IpV6RoutingTypeIpV6RoutingType. TYPE2_ROUTING_HEADERType 2 Routing Header: 2Fields in org.pcap4j.packet.namednumber with type parameters of type IpV6RoutingType Modifier and Type Field Description private static java.util.Map<java.lang.Byte,IpV6RoutingType>IpV6RoutingType. registryMethods in org.pcap4j.packet.namednumber that return IpV6RoutingType Modifier and Type Method Description static IpV6RoutingTypeIpV6RoutingType. getInstance(java.lang.Byte value)static IpV6RoutingTypeIpV6RoutingType. register(IpV6RoutingType number)Methods in org.pcap4j.packet.namednumber with parameters of type IpV6RoutingType Modifier and Type Method Description intIpV6RoutingType. compareTo(IpV6RoutingType o)static IpV6RoutingTypeIpV6RoutingType. register(IpV6RoutingType number)
-