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