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