| Package | Description |
|---|---|
| com.h3c.of.lib.match |
Representations of OpenFlow Protocol Match Structures.
|
| com.h3c.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| com.h3c.sdn.flowmgr |
Definitions of the services provided by the Flow Manager Application.
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableMatch
Mutable subclass of
Match. |
| Modifier and Type | Method and Description |
|---|---|
static Match |
MatchFactory.parseMatch(OfPacketReader pkt,
ProtocolVersion pv)
Parses a Match structure from the supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MatchFactory.encodeMatch(Match match,
OfPacketWriter pkt)
Encodes a match, writing it into the supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
MBodyFlowStats.getMatch()
Returns the match for this flow; Since 1.0.
|
Match |
MBodyFlowStatsRequest.getMatch()
Returns the match describing the fields that flow entries should
match; Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMutableFlowStats |
MBodyMutableFlowStats.match(Match match)
Sets the match; Since 1.0.
|
MBodyMutableFlowStatsRequest |
MBodyMutableFlowStatsRequest.match(Match match)
Describes the fields to match; Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
OfmFlowRemoved.getMatch()
Returns the match; Since 1.0.
|
Match |
OfmFlowMod.getMatch()
Returns the match; Since 1.0.
|
Match |
OfmPacketIn.getMatch()
Returns the packet metadata; Since 1.2.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutablePacketIn |
OfmMutablePacketIn.match(Match match)
Sets the match (frame meta data); Since 1.2.
|
OfmMutableFlowMod |
OfmMutableFlowMod.match(Match match)
Sets the match for this flow mod; Since 1.0.
|
OfmMutableFlowRemoved |
OfmMutableFlowRemoved.match(Match match)
Sets the match; Since 1.0.
|
| Constructor and Description |
|---|
OfmPacketIn(OpenflowMessage.Header header,
BufferId bufferId,
BigPortNumber inPort,
BigPortNumber inPhyPort,
int totalLen,
PacketInReason reason,
TableId tableId,
long cookie,
Match match,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
Match |
FlowRule.match()
Returns the match associated with this flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowRule> |
FlowService.getFlows(DataPathId dpid,
Match match)
Deprecated.
Returns the list of flow rules for the given match,
and the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
MsgContextDTO.getMatch() |
| Constructor and Description |
|---|
MsgContextDTO(ProtocolVersion pv,
int auxId,
DataPathId dpid,
String openflowType,
MessageType type,
long xid,
BufferId bufferId,
BigPortNumber inPort,
BigPortNumber inPhyPort,
int totalLen,
PacketInReason reason,
TableId tableId,
long cookie,
Match match,
byte[] data) |
Copyright © 2014. All Rights Reserved.