Modifier and Type | Method and Description |
---|---|
OFControllerRole |
OFRoleRequest.getRole() |
OFControllerRole |
OFRoleRequest.Builder.getRole() |
OFControllerRole |
OFRoleReply.getRole() |
OFControllerRole |
OFRoleReply.Builder.getRole() |
OFControllerRole |
OFBsnRoleStatus.getRole() |
OFControllerRole |
OFBsnRoleStatus.Builder.getRole() |
OFControllerRole |
OFBsnControllerConnection.getRole() |
OFControllerRole |
OFBsnControllerConnection.Builder.getRole() |
static OFControllerRole |
OFControllerRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFControllerRole[] |
OFControllerRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFRoleRequest.Builder |
OFRoleRequest.Builder.setRole(OFControllerRole role) |
OFRoleReply.Builder |
OFRoleReply.Builder.setRole(OFControllerRole role) |
OFBsnRoleStatus.Builder |
OFBsnRoleStatus.Builder.setRole(OFControllerRole role) |
OFBsnControllerConnection.Builder |
OFBsnControllerConnection.Builder.setRole(OFControllerRole role) |
Modifier and Type | Method and Description |
---|---|
static OFControllerRole |
OFControllerRoleSerializerVer12.ofWireValue(int val) |
static OFControllerRole |
OFControllerRoleSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFControllerRoleSerializerVer12.putTo(OFControllerRole e,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFControllerRoleSerializerVer12.toWireValue(OFControllerRole e) |
static void |
OFControllerRoleSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
OFControllerRole e) |
Modifier and Type | Method and Description |
---|---|
static OFControllerRole |
OFControllerRoleSerializerVer13.ofWireValue(int val) |
static OFControllerRole |
OFControllerRoleSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFControllerRoleSerializerVer13.putTo(OFControllerRole e,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFControllerRoleSerializerVer13.toWireValue(OFControllerRole e) |
static void |
OFControllerRoleSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
OFControllerRole e) |
Modifier and Type | Method and Description |
---|---|
static OFControllerRole |
OFControllerRoleSerializerVer14.ofWireValue(int val) |
static OFControllerRole |
OFControllerRoleSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFControllerRoleSerializerVer14.putTo(OFControllerRole e,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFControllerRoleSerializerVer14.toWireValue(OFControllerRole e) |
static void |
OFControllerRoleSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFControllerRole e) |
Copyright © 2015. All rights reserved.