Uses of Class
org.pcap4j.packet.namednumber.IpV6OptionType
-
Packages that use IpV6OptionType Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of IpV6OptionType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV6OptionType Modifier and Type Field Description private IpV6OptionTypeIllegalIpV6Option.Builder. typeprivate IpV6OptionTypeIllegalIpV6Option. typeprivate static IpV6OptionTypeIpV6Pad1Option. typeprivate static IpV6OptionTypeIpV6PadNOption. typeprivate IpV6OptionTypeUnknownIpV6Option.Builder. typeprivate IpV6OptionTypeUnknownIpV6Option. typeMethods in org.pcap4j.packet that return IpV6OptionType Modifier and Type Method Description IpV6OptionTypeIllegalIpV6Option. getType()IpV6OptionTypeIpV6ExtOptionsPacket.IpV6Option. getType()IpV6OptionTypeIpV6Pad1Option. getType()IpV6OptionTypeIpV6PadNOption. getType()IpV6OptionTypeUnknownIpV6Option. getType()Methods in org.pcap4j.packet with parameters of type IpV6OptionType Modifier and Type Method Description IllegalIpV6Option.BuilderIllegalIpV6Option.Builder. type(IpV6OptionType type)UnknownIpV6Option.BuilderUnknownIpV6Option.Builder. type(IpV6OptionType type) -
Uses of IpV6OptionType in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type IpV6OptionType Modifier and Type Method Description java.lang.Class<? extends IpV6ExtOptionsPacket.IpV6Option>PacketFactoryPropertiesLoader. getIpV6OptionClass(IpV6OptionType type)java.lang.Class<? extends IpV6ExtOptionsPacket.IpV6Option>PropertiesBasedIpV6OptionFactory. getTargetClass(IpV6OptionType number)IpV6ExtOptionsPacket.IpV6OptionPropertiesBasedIpV6OptionFactory. newInstance(byte[] rawData, int offset, int length, IpV6OptionType number) -
Uses of IpV6OptionType in org.pcap4j.packet.factory.statik
Fields in org.pcap4j.packet.factory.statik with type parameters of type IpV6OptionType Modifier and Type Field Description private java.util.Map<IpV6OptionType,StaticIpV6OptionFactory.Instantiater>StaticIpV6OptionFactory. instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type IpV6OptionType Modifier and Type Method Description java.lang.Class<? extends IpV6ExtOptionsPacket.IpV6Option>StaticIpV6OptionFactory. getTargetClass(IpV6OptionType number)IpV6ExtOptionsPacket.IpV6OptionStaticIpV6OptionFactory. newInstance(byte[] rawData, int offset, int length, IpV6OptionType number) -
Uses of IpV6OptionType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IpV6OptionType Modifier and Type Field Description static IpV6OptionTypeIpV6OptionType. CALIPSOCALIPSO: 0x07static IpV6OptionTypeIpV6OptionType. ENDPOINT_IDENTIFICATIONEndpoint Identification: 0x8Astatic IpV6OptionTypeIpV6OptionType. HOME_ADDRESSHome Address: 0xC9static IpV6OptionTypeIpV6OptionType. ILNP_NONCEILNP Nonce: 0x8Bstatic IpV6OptionTypeIpV6OptionType. IP_DFFIP_DFF: 0xEEstatic IpV6OptionTypeIpV6OptionType. JUMBO_PAYLOADJumbo Payload: 0xC2static IpV6OptionTypeIpV6OptionType. LINE_IDENTIFICATIONLine-Identification: 0x8Cstatic IpV6OptionTypeIpV6OptionType. MPLMPL: 0x6Dstatic IpV6OptionTypeIpV6OptionType. PAD1Pad1: 0x00static IpV6OptionTypeIpV6OptionType. PADNPadN: 0x01static IpV6OptionTypeIpV6OptionType. QUICK_STARTQuick-Start: 0x26static IpV6OptionTypeIpV6OptionType. ROUTER_ALERTRouter Alert: 0x05static IpV6OptionTypeIpV6OptionType. RPLRPL: 0x63static IpV6OptionTypeIpV6OptionType. SMF_DPDSMF_DPD: 0x08static IpV6OptionTypeIpV6OptionType. TUNNEL_ENCAPSULATION_LIMITTunnel Encapsulation Limit: 0x04Fields in org.pcap4j.packet.namednumber with type parameters of type IpV6OptionType Modifier and Type Field Description private static java.util.Map<java.lang.Byte,IpV6OptionType>IpV6OptionType. registryMethods in org.pcap4j.packet.namednumber that return IpV6OptionType Modifier and Type Method Description static IpV6OptionTypeIpV6OptionType. getInstance(java.lang.Byte value)static IpV6OptionTypeIpV6OptionType. register(IpV6OptionType type)Methods in org.pcap4j.packet.namednumber with parameters of type IpV6OptionType Modifier and Type Method Description intIpV6OptionType. compareTo(IpV6OptionType o)static IpV6OptionTypeIpV6OptionType. register(IpV6OptionType type)
-