public class OFMeterFlagsSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BURST_VAL |
static short |
KBPS_VAL |
static short |
PKTPS_VAL |
static short |
STATS_VAL |
Constructor and Description |
---|
OFMeterFlagsSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static Set<OFMeterFlags> |
ofWireValue(short val) |
static void |
putTo(Set<OFMeterFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFMeterFlags> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFMeterFlags> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFMeterFlags> set) |
public static final short KBPS_VAL
public static final short PKTPS_VAL
public static final short BURST_VAL
public static final short STATS_VAL
public static Set<OFMeterFlags> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFMeterFlags> set)
public static void putTo(Set<OFMeterFlags> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFMeterFlags> ofWireValue(short val)
public static short toWireValue(Set<OFMeterFlags> set)
Copyright © 2015. All rights reserved.