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 ICMPv4Type |
CodecUtils.decodeICMPV4Type(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into ICMPv4Type object.
|
Modifier and Type | Method and Description |
---|---|
static String |
CodecUtils.encodeICMPv4Type(ICMPv4Type type)
Converts ICMPv4Type into String that can be used as a JSON value.
|
Modifier and Type | Method and Description |
---|---|
static Action |
ActionFactory.createActionSetField(ProtocolVersion pv,
OxmBasicFieldType ft,
ICMPv4Type icmpv4Type)
Creates a set-field action for an ICMPv4 Type match field,
using the given protocol version.
|
Modifier and Type | Method and Description |
---|---|
ICMPv4Type |
MfbIcmpv4Type.getICMPv4Type()
Returns the ICMPv4 type.
|
Modifier and Type | Method and Description |
---|---|
static MFieldBasic |
FieldFactory.createBasicField(ProtocolVersion pv,
OxmBasicFieldType ft,
ICMPv4Type icmpv4Type)
Creates a basic match field for an ICMPv4 Type match field.
|
Modifier and Type | Field and Description |
---|---|
static ICMPv4Type |
ICMPv4Type.ECHO_REP
The instance representing Echo reply.
|
static ICMPv4Type |
ICMPv4Type.ECHO_REQ
The instance representing Echo request.
|
Modifier and Type | Method and Description |
---|---|
static ICMPv4Type |
ICMPv4Type.valueOf(int typeCode)
Returns an object that represents the value of the ICMPv4 message type
identified by the specified type code.
|
static ICMPv4Type |
ICMPv4Type.valueOf(String value)
Returns an object that represents the value of the ICMPv4 message type
identified by the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
ICMPv4Type.compareTo(ICMPv4Type o)
Implements the Comparable interface, to return ICMPv4 message types in
natural order.
|
Modifier and Type | Method and Description |
---|---|
ICMPv4Type |
PacketReader.readIcmpv4Type()
Reads an ICMPv4 Type from the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketWriter.write(ICMPv4Type it)
Writes an ICMPv4 Type value (u8) to the buffer.
|
Copyright © 2015. All Rights Reserved.