| Package | Description |
|---|---|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| com.h3c.of.lib.instr |
Representations of OpenFlow Protocol Instructions and Actions.
|
| com.h3c.of.lib.match |
Representations of OpenFlow Protocol Match Structures.
|
| com.h3c.util.ip | |
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
static IpProtocol |
CodecUtils.decodeIpProto(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into IpProtocol object.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CodecUtils.encodeIpProto(IpProtocol ipProto)
Converts IpProtocol into String.
|
| Modifier and Type | Method and Description |
|---|---|
static Action |
ActionFactory.createActionSetField(ProtocolVersion pv,
OxmBasicFieldType ft,
IpProtocol ipp)
Creates a set-field action for an IP Protocol match field,
using the given protocol version.
|
| Modifier and Type | Method and Description |
|---|---|
IpProtocol |
MfbIpProto.getIpProtocol()
Returns the IP Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static MFieldBasic |
FieldFactory.createBasicField(ProtocolVersion pv,
OxmBasicFieldType ft,
IpProtocol ipp)
Creates a basic match field for an IP Protocol match field.
|
| Modifier and Type | Field and Description |
|---|---|
static IpProtocol |
IpProtocol.ICMP
The instance representing ICMP.
|
static IpProtocol |
IpProtocol.ICMPv6
The instance representing ICMPv6.
|
static IpProtocol |
IpProtocol.SCTP
The instance representing SCTP.
|
static IpProtocol |
IpProtocol.TCP
The instance representing TCP.
|
static IpProtocol |
IpProtocol.UDP
The instance representing UDP.
|
| Modifier and Type | Method and Description |
|---|---|
IpProtocol |
TcpUdpPort.getProtocol()
Returns the IP Protocol.
|
static IpProtocol |
IpProtocol.valueOf(int protocolNumber)
Returns an object that represents the value of the IP Protocol
identified by the specified protocol number.
|
static IpProtocol |
IpProtocol.valueOf(String value)
Returns an object that represents the value of the IP Protocol
identified by the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IpProtocol.compareTo(IpProtocol o)
Implements the Comparable interface, to return protocols in
natural order.
|
static TcpUdpPort |
TcpUdpPort.valueOf(int portNumber,
IpProtocol protocol)
Returns an object that represents the value of the tcp/udp port
identified by the specified port number and protocol.
|
| Modifier and Type | Method and Description |
|---|---|
IpProtocol |
PacketReader.readIpProtocol()
Reads an IP Protocol from the buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketWriter.write(IpProtocol ipp)
Writes an IP Protocol value (u8) to the buffer.
|
Copyright © 2014. All Rights Reserved.