| 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.json |
JSON factory and codecs for Openflow structures.
|
| 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.teamcs |
...
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
ControllerService.sendGroupMod(OfmGroupMod groupMod,
DataPathId dpid)
Sends the given GroupMod message to the specified datapath.
|
MessageFuture |
ControllerServiceAdapter.sendGroupMod(OfmGroupMod groupMod,
DataPathId dpid) |
| Modifier and Type | Method and Description |
|---|---|
OfmGroupMod |
GroupEvent.groupMod()
Returns the GroupMod message that was pushed (or attempted).
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
GroupTracker.sendGroupMod(OfmGroupMod groupMod,
DataPathId dpid)
Sends the given GroupMod message to the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
OfmGroupMod |
OfmGroupModCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode groupNode) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
OfmGroupModCodec.encode(OfmGroupMod groupMod) |
| Modifier and Type | Class and Description |
|---|---|
class |
OfmMutableGroupMod
Mutable subclass of
OfmGroupMod. |
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
RemoteControllerService.sendGroupMod(SystemInformation system,
OfmGroupMod groupMod,
DataPathId dpid)
Sends the given GROUP_MOD message from a particular member controller
to the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
TeamControllerService.sendGroupMod(OfmGroupMod groupMod,
DataPathId dpid)
Sends the given GROUP_MOD message to the specified datapath.
|
Copyright © 2014. All Rights Reserved.