Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver14 |
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) |
Copyright © 2015. All rights reserved.