public class OFGroupTypeSerializerVer11 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 |
---|
OFGroupTypeSerializerVer11() |
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(org.jboss.netty.buffer.ChannelBuffer bb) |
static byte |
toWireValue(OFGroupType e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2014. All rights reserved.