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