public class OFTableFeaturePropTypeSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
APPLY_ACTIONS_MISS_VAL |
static short |
APPLY_ACTIONS_VAL |
static short |
APPLY_SETFIELD_MISS_VAL |
static short |
APPLY_SETFIELD_VAL |
static short |
EXPERIMENTER_MISS_VAL |
static short |
EXPERIMENTER_VAL |
static short |
INSTRUCTIONS_MISS_VAL |
static short |
INSTRUCTIONS_VAL |
static short |
MATCH_VAL |
static short |
NEXT_TABLES_MISS_VAL |
static short |
NEXT_TABLES_VAL |
static short |
WILDCARDS_VAL |
static short |
WRITE_ACTIONS_MISS_VAL |
static short |
WRITE_ACTIONS_VAL |
static short |
WRITE_SETFIELD_MISS_VAL |
static short |
WRITE_SETFIELD_VAL |
Constructor and Description |
---|
OFTableFeaturePropTypeSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFTableFeaturePropType |
ofWireValue(short val) |
static void |
putTo(OFTableFeaturePropType e,
com.google.common.hash.PrimitiveSink sink) |
static OFTableFeaturePropType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFTableFeaturePropType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFTableFeaturePropType e) |
public static final short INSTRUCTIONS_VAL
public static final short INSTRUCTIONS_MISS_VAL
public static final short NEXT_TABLES_VAL
public static final short NEXT_TABLES_MISS_VAL
public static final short WRITE_ACTIONS_VAL
public static final short WRITE_ACTIONS_MISS_VAL
public static final short APPLY_ACTIONS_VAL
public static final short APPLY_ACTIONS_MISS_VAL
public static final short MATCH_VAL
public static final short WILDCARDS_VAL
public static final short WRITE_SETFIELD_VAL
public static final short WRITE_SETFIELD_MISS_VAL
public static final short APPLY_SETFIELD_VAL
public static final short APPLY_SETFIELD_MISS_VAL
public static final short EXPERIMENTER_VAL
public static final short EXPERIMENTER_MISS_VAL
public OFTableFeaturePropTypeSerializerVer13()
public static OFTableFeaturePropType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFTableFeaturePropType e)
public static void putTo(OFTableFeaturePropType e, com.google.common.hash.PrimitiveSink sink)
public static OFTableFeaturePropType ofWireValue(short val)
public static short toWireValue(OFTableFeaturePropType e)
Copyright © 2015. All rights reserved.