Package | Description |
---|---|
com.hp.of.json |
JSON factory and codecs for Openflow structures.
|
com.hp.of.lib.instr |
Representations of OpenFlow Protocol Instructions and Actions.
|
com.hp.of.lib.match |
Representations of OpenFlow Protocol Match Structures.
|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
com.hp.util.pkt |
Network packet parsing library.
|
Modifier and Type | Method and Description |
---|---|
static ICMPv6Type |
CodecUtils.decodeICMPV6Type(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into ICMPv6Type object.
|
Modifier and Type | Method and Description |
---|---|
static String |
CodecUtils.encodeICMPv6Type(ICMPv6Type type)
Converts ICMPv6Type into String that can be used as a JSON value.
|
Modifier and Type | Method and Description |
---|---|
static Action |
ActionFactory.createActionSetField(ProtocolVersion pv,
OxmBasicFieldType ft,
ICMPv6Type icmpv6Type)
Creates a set-field action for an ICMPv6 Type match field,
using the given protocol version.
|
Modifier and Type | Method and Description |
---|---|
ICMPv6Type |
MfbIcmpv6Type.getICMPv6Type()
Returns the ICMPv6 type.
|
Modifier and Type | Method and Description |
---|---|
static MFieldBasic |
FieldFactory.createBasicField(ProtocolVersion pv,
OxmBasicFieldType ft,
ICMPv6Type icmpv6Type)
Creates a basic match field for an ICMPv6 Type match field.
|
Modifier and Type | Field and Description |
---|---|
static ICMPv6Type |
ICMPv6Type.NBR_ADV
The instance representing Neighbor Advertisement.
|
static ICMPv6Type |
ICMPv6Type.NBR_SOL
The instance representing Neighbor Solicitation.
|
Modifier and Type | Method and Description |
---|---|
static ICMPv6Type |
ICMPv6Type.valueOf(int typeCode)
Returns an object that represents the value of the ICMPv6 message type
identified by the specified type code.
|
static ICMPv6Type |
ICMPv6Type.valueOf(String value)
Returns an object that represents the value of the ICMPv6 message type
identified by the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
ICMPv6Type.compareTo(ICMPv6Type o)
Implements the Comparable interface, to return ICMPv6 message types in
natural order.
|
Modifier and Type | Method and Description |
---|---|
ICMPv6Type |
PacketReader.readIcmpv6Type()
Reads an ICMPv6 Type from the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketWriter.write(ICMPv6Type it)
Writes an ICMPv6 Type value (u8) to the buffer.
|
Copyright © 2015. All Rights Reserved.