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