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