| Package | Description |
|---|---|
| org.projectfloodlight.openflow.protocol | |
| org.projectfloodlight.openflow.protocol.errormsg | |
| org.projectfloodlight.openflow.protocol.ver14 |
| Modifier and Type | Method and Description |
|---|---|
static OFBundleFailedCode |
OFBundleFailedCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBundleFailedCode[] |
OFBundleFailedCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OFBundleFailedCode |
OFBundleFailedErrorMsg.getCode() |
OFBundleFailedCode |
OFBundleFailedErrorMsg.Builder.getCode() |
| Modifier and Type | Method and Description |
|---|---|
OFBundleFailedErrorMsg.Builder |
OFBundleFailedErrorMsg.Builder.setCode(OFBundleFailedCode code) |
| Modifier and Type | Method and Description |
|---|---|
static OFBundleFailedCode |
OFBundleFailedCodeSerializerVer14.ofWireValue(short val) |
static OFBundleFailedCode |
OFBundleFailedCodeSerializerVer14.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFBundleFailedCodeSerializerVer14.putTo(OFBundleFailedCode e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFBundleFailedCodeSerializerVer14.toWireValue(OFBundleFailedCode e) |
static void |
OFBundleFailedCodeSerializerVer14.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFBundleFailedCode e) |
Copyright © 2016. All rights reserved.