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