Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
static OFTableFeatureFlag |
OFTableFeatureFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableFeatureFlag[] |
OFTableFeatureFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFTableFeatureFlag> |
OFTableFeatures.getFeatures() |
Set<OFTableFeatureFlag> |
OFTableFeatures.Builder.getFeatures() |
Modifier and Type | Method and Description |
---|---|
OFTableFeatures.Builder |
OFTableFeatures.Builder.setFeatures(Set<OFTableFeatureFlag> features) |
Modifier and Type | Method and Description |
---|---|
static Set<OFTableFeatureFlag> |
OFTableFeatureFlagSerializerVer15.ofWireValue(int val) |
static Set<OFTableFeatureFlag> |
OFTableFeatureFlagSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableFeatureFlagSerializerVer15.putTo(Set<OFTableFeatureFlag> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFTableFeatureFlagSerializerVer15.toWireValue(Set<OFTableFeatureFlag> set) |
static void |
OFTableFeatureFlagSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableFeatureFlag> set) |
Copyright © 2017. All rights reserved.