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.sdn.tvue |
Topology viewer API & domain model definitions.
|
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 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 | Method and Description |
---|---|
Path |
TopologyViewerService.getPathFollowingFlows(NetworkElement src,
NetworkElement dst,
EthernetType ethType,
IpProtocol protocol)
Returns the path between the specified nodes using the supplied flow
descriptors.
|
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 © 2015. All Rights Reserved.