| Package | Description |
|---|---|
| com.h3c.of.lib.dt |
A set of classes representing data values used in the OpenFlow protocol.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| com.h3c.of.sw |
Provides mock implementations of OpenFlow switches.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
DataPathInfo.capabilities()
Returns the capabilities supported by the switch.
|
Set<Capability> |
DataPathInfoAdapter.capabilities() |
| Modifier and Type | Method and Description |
|---|---|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
OfmFeaturesReply.getCapabilities()
Returns the set of capabilities supported by the switch; Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutableFeaturesReply |
OfmMutableFeaturesReply.capabilities(Set<Capability> caps)
Sets the set of capabilities (may be null).
|
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
CfgBase.getCapabilities()
Returns the configured capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfgBase.setCapabilities(Set<Capability> capabilities)
Sets the switch's reported OpenFlow capabilities.
|
Copyright © 2014. All Rights Reserved.