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