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