public class OFTableModFailedCodeSerializerVer13 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 |
---|
OFTableModFailedCodeSerializerVer13() |
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(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFTableModFailedCode e) |
static void |
writeTo(io.netty.buffer.ByteBuf 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(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf 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.