Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
OFTableFeaturesCommand |
OFTableFeatures.getCommand() |
OFTableFeaturesCommand |
OFTableFeatures.Builder.getCommand() |
static OFTableFeaturesCommand |
OFTableFeaturesCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableFeaturesCommand[] |
OFTableFeaturesCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFTableFeatures.Builder |
OFTableFeatures.Builder.setCommand(OFTableFeaturesCommand command) |
Modifier and Type | Method and Description |
---|---|
static OFTableFeaturesCommand |
OFTableFeaturesCommandSerializerVer15.ofWireValue(byte val) |
static OFTableFeaturesCommand |
OFTableFeaturesCommandSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableFeaturesCommandSerializerVer15.putTo(OFTableFeaturesCommand e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFTableFeaturesCommandSerializerVer15.toWireValue(OFTableFeaturesCommand e) |
static void |
OFTableFeaturesCommandSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFTableFeaturesCommand e) |
Copyright © 2016. All rights reserved.