| Package | Description |
|---|---|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowModCommand |
CodecUtils.decodeFlowModCmd(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into FlowModCommand object.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CodecUtils.encodeFlowModCmd(FlowModCommand flowModCmd)
Converts FlowModCommand into String that can be used as a JSON value.
|
| Modifier and Type | Method and Description |
|---|---|
FlowModCommand |
OfmFlowMod.getCommand()
Returns the flow mod command; Since 1.0.
|
static FlowModCommand |
FlowModCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowModCommand[] |
FlowModCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutableFlowMod |
OfmMutableFlowMod.command(FlowModCommand command)
Sets the flow mod command; Since 1.0.
|
Copyright © 2014. All Rights Reserved.