public class OFFlowModFailedCodeSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BAD_COMMAND_VAL |
static short |
BAD_FLAGS_VAL |
static short |
BAD_TABLE_ID_VAL |
static short |
BAD_TIMEOUT_VAL |
static short |
EPERM_VAL |
static short |
OVERLAP_VAL |
static short |
TABLE_FULL_VAL |
static short |
UNKNOWN_VAL |
Constructor and Description |
---|
OFFlowModFailedCodeSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFFlowModFailedCode |
ofWireValue(short val) |
static void |
putTo(OFFlowModFailedCode e,
com.google.common.hash.PrimitiveSink sink) |
static OFFlowModFailedCode |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFFlowModFailedCode e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFFlowModFailedCode e) |
public static final short UNKNOWN_VAL
public static final short TABLE_FULL_VAL
public static final short BAD_TABLE_ID_VAL
public static final short OVERLAP_VAL
public static final short EPERM_VAL
public static final short BAD_TIMEOUT_VAL
public static final short BAD_COMMAND_VAL
public static final short BAD_FLAGS_VAL
public static OFFlowModFailedCode readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFFlowModFailedCode e)
public static void putTo(OFFlowModFailedCode e, com.google.common.hash.PrimitiveSink sink)
public static OFFlowModFailedCode ofWireValue(short val)
public static short toWireValue(OFFlowModFailedCode e)
Copyright © 2015. All rights reserved.