public class OFGroupBucketSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUCKET_ALL_VAL |
static int |
BUCKET_FIRST_VAL |
static int |
BUCKET_LAST_VAL |
static int |
BUCKET_MAX_VAL |
Constructor and Description |
---|
OFGroupBucketSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFGroupBucket |
ofWireValue(int val) |
static void |
putTo(OFGroupBucket e,
com.google.common.hash.PrimitiveSink sink) |
static OFGroupBucket |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(OFGroupBucket e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFGroupBucket e) |
public static final int BUCKET_MAX_VAL
public static final int BUCKET_FIRST_VAL
public static final int BUCKET_LAST_VAL
public static final int BUCKET_ALL_VAL
public static OFGroupBucket readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFGroupBucket e)
public static void putTo(OFGroupBucket e, com.google.common.hash.PrimitiveSink sink)
public static OFGroupBucket ofWireValue(int val)
public static int toWireValue(OFGroupBucket e)
Copyright © 2017. All rights reserved.