public class OFMeterModCommandSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
ADD_VAL |
static short |
DELETE_VAL |
static short |
MODIFY_VAL |
Constructor and Description |
---|
OFMeterModCommandSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFMeterModCommand |
ofWireValue(short val) |
static void |
putTo(OFMeterModCommand e,
com.google.common.hash.PrimitiveSink sink) |
static OFMeterModCommand |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFMeterModCommand e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFMeterModCommand e) |
public static final short ADD_VAL
public static final short MODIFY_VAL
public static final short DELETE_VAL
public static OFMeterModCommand readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFMeterModCommand e)
public static void putTo(OFMeterModCommand e, com.google.common.hash.PrimitiveSink sink)
public static OFMeterModCommand ofWireValue(short val)
public static short toWireValue(OFMeterModCommand e)
Copyright © 2015. All rights reserved.