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