public class OFAsyncConfigPropTypeSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CONT_STATUS_MASTER_VAL |
static short |
CONT_STATUS_SLAVE_VAL |
static short |
EXPERIMENTER_MASTER_VAL |
static short |
EXPERIMENTER_SLAVE_VAL |
static short |
FLOW_REMOVED_MASTER_VAL |
static short |
FLOW_REMOVED_SLAVE_VAL |
static short |
FLOW_STATS_MASTER_VAL |
static short |
FLOW_STATS_SLAVE_VAL |
static short |
PACKET_IN_MASTER_VAL |
static short |
PACKET_IN_SLAVE_VAL |
static short |
PORT_STATUS_MASTER_VAL |
static short |
PORT_STATUS_SLAVE_VAL |
static short |
REQUESTFORWARD_MASTER_VAL |
static short |
REQUESTFORWARD_SLAVE_VAL |
static short |
ROLE_STATUS_MASTER_VAL |
static short |
ROLE_STATUS_SLAVE_VAL |
static short |
TABLE_STATUS_MASTER_VAL |
static short |
TABLE_STATUS_SLAVE_VAL |
Constructor and Description |
---|
OFAsyncConfigPropTypeSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFAsyncConfigPropType |
ofWireValue(short val) |
static void |
putTo(OFAsyncConfigPropType e,
com.google.common.hash.PrimitiveSink sink) |
static OFAsyncConfigPropType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFAsyncConfigPropType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFAsyncConfigPropType e) |
public static final short PACKET_IN_SLAVE_VAL
public static final short PACKET_IN_MASTER_VAL
public static final short PORT_STATUS_SLAVE_VAL
public static final short PORT_STATUS_MASTER_VAL
public static final short FLOW_REMOVED_SLAVE_VAL
public static final short FLOW_REMOVED_MASTER_VAL
public static final short ROLE_STATUS_SLAVE_VAL
public static final short ROLE_STATUS_MASTER_VAL
public static final short TABLE_STATUS_SLAVE_VAL
public static final short TABLE_STATUS_MASTER_VAL
public static final short REQUESTFORWARD_SLAVE_VAL
public static final short REQUESTFORWARD_MASTER_VAL
public static final short FLOW_STATS_SLAVE_VAL
public static final short FLOW_STATS_MASTER_VAL
public static final short CONT_STATUS_SLAVE_VAL
public static final short CONT_STATUS_MASTER_VAL
public static final short EXPERIMENTER_SLAVE_VAL
public static final short EXPERIMENTER_MASTER_VAL
public OFAsyncConfigPropTypeSerializerVer15()
public static OFAsyncConfigPropType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFAsyncConfigPropType e)
public static void putTo(OFAsyncConfigPropType e, com.google.common.hash.PrimitiveSink sink)
public static OFAsyncConfigPropType ofWireValue(short val)
public static short toWireValue(OFAsyncConfigPropType e)
Copyright © 2016. All rights reserved.