Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver14 |
Modifier and Type | Method and Description |
---|---|
OFBundleCtrlType |
OFBundleCtrlMsg.getBundleCtrlType() |
OFBundleCtrlType |
OFBundleCtrlMsg.Builder.getBundleCtrlType() |
static OFBundleCtrlType |
OFBundleCtrlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBundleCtrlType[] |
OFBundleCtrlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFBundleCtrlMsg.Builder |
OFBundleCtrlMsg.Builder.setBundleCtrlType(OFBundleCtrlType bundleCtrlType) |
Modifier and Type | Method and Description |
---|---|
static OFBundleCtrlType |
OFBundleCtrlTypeSerializerVer14.ofWireValue(short val) |
static OFBundleCtrlType |
OFBundleCtrlTypeSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBundleCtrlTypeSerializerVer14.putTo(OFBundleCtrlType e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFBundleCtrlTypeSerializerVer14.toWireValue(OFBundleCtrlType e) |
static void |
OFBundleCtrlTypeSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFBundleCtrlType e) |
Copyright © 2015. All rights reserved.