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