Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver13 | |
org.projectfloodlight.openflow.protocol.ver14 |
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(io.netty.buffer.ByteBuf 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(io.netty.buffer.ByteBuf bb,
OFBsnControllerConnectionState e) |
Modifier and Type | Method and Description |
---|---|
static OFBsnControllerConnectionState |
OFBsnControllerConnectionStateSerializerVer14.ofWireValue(byte val) |
static OFBsnControllerConnectionState |
OFBsnControllerConnectionStateSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBsnControllerConnectionStateSerializerVer14.putTo(OFBsnControllerConnectionState e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFBsnControllerConnectionStateSerializerVer14.toWireValue(OFBsnControllerConnectionState e) |
static void |
OFBsnControllerConnectionStateSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnControllerConnectionState e) |
Copyright © 2015. All rights reserved.