public class OFGroupTypeSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ALL_VAL |
static byte |
FF_VAL |
static byte |
INDIRECT_VAL |
static byte |
SELECT_VAL |
Constructor and Description |
---|
OFGroupTypeSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFGroupType |
ofWireValue(byte val) |
static void |
putTo(OFGroupType e,
com.google.common.hash.PrimitiveSink sink) |
static OFGroupType |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFGroupType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFGroupType e) |
public static final byte ALL_VAL
public static final byte SELECT_VAL
public static final byte INDIRECT_VAL
public static final byte FF_VAL
public static OFGroupType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFGroupType e)
public static void putTo(OFGroupType e, com.google.common.hash.PrimitiveSink sink)
public static OFGroupType ofWireValue(byte val)
public static byte toWireValue(OFGroupType e)
Copyright © 2015. All rights reserved.