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