Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver12 | |
org.projectfloodlight.openflow.protocol.ver13 |
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(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb,
OFControllerRole e) |
Modifier and Type | Method and Description |
---|---|
static OFControllerRole |
OFControllerRoleSerializerVer13.ofWireValue(int val) |
static OFControllerRole |
OFControllerRoleSerializerVer13.readFrom(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb,
OFControllerRole e) |
Copyright © 2014. All rights reserved.