public class OFTableFeaturesFailedCodeSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BAD_ARGUMENT_VAL |
static short |
BAD_LEN_VAL |
static short |
BAD_METADATA_VAL |
static short |
BAD_TABLE_VAL |
static short |
BAD_TYPE_VAL |
static short |
EPERM_VAL |
Constructor and Description |
---|
OFTableFeaturesFailedCodeSerializerVer13() |
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(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFTableFeaturesFailedCode e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFTableFeaturesFailedCode e) |
public static final short BAD_TABLE_VAL
public static final short BAD_METADATA_VAL
public static final short BAD_TYPE_VAL
public static final short BAD_LEN_VAL
public static final short BAD_ARGUMENT_VAL
public static final short EPERM_VAL
public OFTableFeaturesFailedCodeSerializerVer13()
public static OFTableFeaturesFailedCode readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2014. All rights reserved.