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