| Package | Description |
|---|---|
| org.projectfloodlight.openflow.protocol | |
| org.projectfloodlight.openflow.protocol.ver15 |
| Modifier and Type | Method and Description |
|---|---|
OFControllerStatusReason |
OFControllerStatusEntry.getReason() |
OFControllerStatusReason |
OFControllerStatusEntry.Builder.getReason() |
static OFControllerStatusReason |
OFControllerStatusReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFControllerStatusReason[] |
OFControllerStatusReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OFControllerStatusEntry.Builder |
OFControllerStatusEntry.Builder.setReason(OFControllerStatusReason reason) |
| Modifier and Type | Method and Description |
|---|---|
static OFControllerStatusReason |
OFControllerStatusReasonSerializerVer15.ofWireValue(byte val) |
static OFControllerStatusReason |
OFControllerStatusReasonSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFControllerStatusReasonSerializerVer15.putTo(OFControllerStatusReason e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFControllerStatusReasonSerializerVer15.toWireValue(OFControllerStatusReason e) |
static void |
OFControllerStatusReasonSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFControllerStatusReason e) |
Copyright © 2017. All rights reserved.