public class OFMeterSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_VAL |
static int |
CONTROLLER_VAL |
static int |
MAX_VAL |
static int |
SLOWPATH_VAL |
Constructor and Description |
---|
OFMeterSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFMeter |
ofWireValue(int val) |
static void |
putTo(OFMeter e,
com.google.common.hash.PrimitiveSink sink) |
static OFMeter |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(OFMeter e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFMeter e) |
public static final int MAX_VAL
public static final int SLOWPATH_VAL
public static final int CONTROLLER_VAL
public static final int ALL_VAL
public static OFMeter readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFMeter e)
public static void putTo(OFMeter e, com.google.common.hash.PrimitiveSink sink)
public static OFMeter ofWireValue(int val)
public static int toWireValue(OFMeter e)
Copyright © 2015. All rights reserved.