Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
OFControlChannelStatus |
OFControllerStatusEntry.getChannelStatus() |
OFControlChannelStatus |
OFControllerStatusEntry.Builder.getChannelStatus() |
static OFControlChannelStatus |
OFControlChannelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFControlChannelStatus[] |
OFControlChannelStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFControllerStatusEntry.Builder |
OFControllerStatusEntry.Builder.setChannelStatus(OFControlChannelStatus channelStatus) |
Modifier and Type | Method and Description |
---|---|
static OFControlChannelStatus |
OFControlChannelStatusSerializerVer15.ofWireValue(byte val) |
static OFControlChannelStatus |
OFControlChannelStatusSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFControlChannelStatusSerializerVer15.putTo(OFControlChannelStatus e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFControlChannelStatusSerializerVer15.toWireValue(OFControlChannelStatus e) |
static void |
OFControlChannelStatusSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFControlChannelStatus e) |
Copyright © 2017. All rights reserved.