Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver13 |
Modifier and Type | Method and Description |
---|---|
OFBsnControllerConnectionState |
OFBsnControllerConnection.getState() |
OFBsnControllerConnectionState |
OFBsnControllerConnection.Builder.getState() |
static OFBsnControllerConnectionState |
OFBsnControllerConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnControllerConnectionState[] |
OFBsnControllerConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFBsnControllerConnection.Builder |
OFBsnControllerConnection.Builder.setState(OFBsnControllerConnectionState state) |
Modifier and Type | Method and Description |
---|---|
static OFBsnControllerConnectionState |
OFBsnControllerConnectionStateSerializerVer13.ofWireValue(byte val) |
static OFBsnControllerConnectionState |
OFBsnControllerConnectionStateSerializerVer13.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBsnControllerConnectionStateSerializerVer13.putTo(OFBsnControllerConnectionState e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFBsnControllerConnectionStateSerializerVer13.toWireValue(OFBsnControllerConnectionState e) |
static void |
OFBsnControllerConnectionStateSerializerVer13.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFBsnControllerConnectionState e) |
Copyright © 2014. All rights reserved.