Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.factory | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
IpV6OptionType |
UnknownIpV6Option.getType() |
IpV6OptionType |
IpV6PadNOption.getType() |
IpV6OptionType |
IpV6Pad1Option.getType() |
IpV6OptionType |
IpV6ExtOptionsPacket.IpV6Option.getType() |
IpV6OptionType |
IllegalIpV6Option.getType() |
Modifier and Type | Method and Description |
---|---|
UnknownIpV6Option.Builder |
UnknownIpV6Option.Builder.type(IpV6OptionType type) |
IllegalIpV6Option.Builder |
IllegalIpV6Option.Builder.type(IpV6OptionType type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends IpV6ExtOptionsPacket.IpV6Option> |
PacketFactoryPropertiesLoader.getIpV6OptionClass(IpV6OptionType type) |
Class<? extends IpV6ExtOptionsPacket.IpV6Option> |
StaticIpV6OptionFactory.getTargetClass(IpV6OptionType number) |
Class<? extends IpV6ExtOptionsPacket.IpV6Option> |
PropertiesBasedIpV6OptionFactory.getTargetClass(IpV6OptionType number) |
IpV6ExtOptionsPacket.IpV6Option |
StaticIpV6OptionFactory.newInstance(byte[] rawData,
int offset,
int length,
IpV6OptionType number) |
IpV6ExtOptionsPacket.IpV6Option |
PropertiesBasedIpV6OptionFactory.newInstance(byte[] rawData,
int offset,
int length,
IpV6OptionType number) |
Modifier and Type | Field and Description |
---|---|
static IpV6OptionType |
IpV6OptionType.PAD1 |
static IpV6OptionType |
IpV6OptionType.PADN |
Modifier and Type | Method and Description |
---|---|
static IpV6OptionType |
IpV6OptionType.getInstance(Byte value) |
static IpV6OptionType |
IpV6OptionType.register(IpV6OptionType type) |
Modifier and Type | Method and Description |
---|---|
int |
IpV6OptionType.compareTo(IpV6OptionType o) |
static IpV6OptionType |
IpV6OptionType.register(IpV6OptionType type) |
Copyright © 2014. All Rights Reserved.