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