| Package | Description |
|---|---|
| com.h3c.of.ctl |
Public API for the OpenFlow Controller.
|
| com.h3c.of.ctl.flow |
Public API for the OpenFlow Flow Manager.
|
| com.h3c.of.ctl.pipeline |
Definitions for conveying OpenFlow switch pipeline definitions and capabilities.
|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| com.h3c.of.lib |
OpenFlow Protocol Library.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| com.h3c.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
| com.h3c.sdn.flowmgr |
Definitions of the services provided by the Flow Manager Application.
|
| com.h3c.sdn.teamcs |
...
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
ControllerService.sendFlowMod(OfmFlowMod flowMod,
DataPathId dpid)
Sends the given FlowMod message to the specified datapath.
|
MessageFuture |
ControllerServiceAdapter.sendFlowMod(OfmFlowMod flowMod,
DataPathId dpid) |
| Modifier and Type | Method and Description |
|---|---|
OfmFlowMod |
FlowEvent.flowMod()
Returns the FlowMod message that was pushed (or attempted).
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
FlowTracker.sendFlowMod(OfmFlowMod flowMod,
DataPathId dpid)
Sends the given FlowMod message to the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TableId> |
PipelineReader.align(OfmFlowMod flowmod,
DataPathId dpid)
Returns the set of table IDs of the given datapath's pipeline definition
that support the given flow mod.
|
| Modifier and Type | Method and Description |
|---|---|
OfmFlowMod |
OfmFlowModCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
OfmFlowModCodec.encode(OfmFlowMod ofmFlowMod) |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlowUtils.flowKey(OfmFlowMod f)
Computes and returns a unique key for a flow, based on
the table ID (ignored for 1.0), priority, and match fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OfmMutableFlowMod
Mutable subclass of
OfmFlowMod. |
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
RemoteControllerService.sendFlowMod(SystemInformation system,
OfmFlowMod flowMod,
DataPathId dpId)
Dispatches the OpenFlow FlowMod message from a particular
member controller to the given datapath via the Flow Tracker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowService.sendFlow(OfmFlowMod flowMod,
DataPathId dpid)
Deprecated.
Sends the OpenFlow FLOW_MOD message to the given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowService.sendFlows(List<OfmFlowMod> flowMod,
DataPathId dpid)
Deprecated.
Sends the list of OpenFlow FLOW_MOD messages to the given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
TeamControllerService.sendFlowMod(OfmFlowMod flowMod,
DataPathId dpid)
Dispatches the OpenFlow FlowMod message to the given datapath
via the Flow Tracker.
|
Copyright © 2014. All Rights Reserved.