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(org.jboss.netty.buffer.ChannelBuffer bb) |
static int |
toWireValue(OFMeter e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2014. All rights reserved.