| 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.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| 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 |
|---|---|
MBodyGroupFeatures |
ControllerService.getGroupFeatures(DataPathId dpid)
Returns the supported group features for the specified datapath.
|
MBodyGroupFeatures |
ControllerServiceAdapter.getGroupFeatures(DataPathId dpid) |
| Modifier and Type | Method and Description |
|---|---|
MBodyGroupFeatures |
GroupTracker.getGroupFeatures(DataPathId dpid)
Returns the supported group features for the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyGroupFeatures |
MBodyGroupFeaturesCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
MBodyGroupFeaturesCodec.encode(MBodyGroupFeatures features) |
| Modifier and Type | Class and Description |
|---|---|
class |
MBodyMutableGroupFeatures
Mutable subclass of
MBodyGroupFeatures. |
| Modifier and Type | Method and Description |
|---|---|
MBodyGroupFeatures |
RemoteControllerService.getGroupFeatures(SystemInformation system,
DataPathId dpid)
Returns the supported group features for the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyGroupFeatures |
TeamControllerService.getGroupFeatures(DataPathId dpid)
Returns the supported group features for the specified datapath.
|
Copyright © 2014. All Rights Reserved.