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