Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
static OFBundleFeatureFlags |
OFBundleFeatureFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBundleFeatureFlags[] |
OFBundleFeatureFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFBundleFeatureFlags> |
OFBundleFeaturesStatsReply.getCapabilities() |
Set<OFBundleFeatureFlags> |
OFBundleFeaturesStatsReply.Builder.getCapabilities() |
Set<OFBundleFeatureFlags> |
OFBundleFeaturesStatsRequest.getFeatureRequestFlags() |
Set<OFBundleFeatureFlags> |
OFBundleFeaturesStatsRequest.Builder.getFeatureRequestFlags() |
Modifier and Type | Method and Description |
---|---|
OFBundleFeaturesStatsReply.Builder |
OFBundleFeaturesStatsReply.Builder.setCapabilities(Set<OFBundleFeatureFlags> capabilities) |
OFBundleFeaturesStatsRequest.Builder |
OFBundleFeaturesStatsRequest.Builder.setFeatureRequestFlags(Set<OFBundleFeatureFlags> featureRequestFlags) |
Modifier and Type | Method and Description |
---|---|
static Set<OFBundleFeatureFlags> |
OFBundleFeatureFlagsSerializerVer15.ofWireValue(int val) |
static Set<OFBundleFeatureFlags> |
OFBundleFeatureFlagsSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBundleFeatureFlagsSerializerVer15.putTo(Set<OFBundleFeatureFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFBundleFeatureFlagsSerializerVer15.toWireValue(Set<OFBundleFeatureFlags> set) |
static void |
OFBundleFeatureFlagsSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBundleFeatureFlags> set) |
Copyright © 2016. All rights reserved.