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