public class OFBadInstructionCodeSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BAD_EXPERIMENTER_TYPE_VAL |
static short |
BAD_EXPERIMENTER_VAL |
static short |
BAD_LEN_VAL |
static short |
BAD_TABLE_ID_VAL |
static short |
EPERM_VAL |
static short |
UNKNOWN_INST_VAL |
static short |
UNSUP_INST_VAL |
static short |
UNSUP_METADATA_MASK_VAL |
static short |
UNSUP_METADATA_VAL |
Constructor and Description |
---|
OFBadInstructionCodeSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFBadInstructionCode |
ofWireValue(short val) |
static void |
putTo(OFBadInstructionCode e,
com.google.common.hash.PrimitiveSink sink) |
static OFBadInstructionCode |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFBadInstructionCode e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFBadInstructionCode e) |
public static final short UNKNOWN_INST_VAL
public static final short UNSUP_INST_VAL
public static final short BAD_TABLE_ID_VAL
public static final short UNSUP_METADATA_VAL
public static final short UNSUP_METADATA_MASK_VAL
public static final short BAD_EXPERIMENTER_VAL
public static final short BAD_EXPERIMENTER_TYPE_VAL
public static final short BAD_LEN_VAL
public static final short EPERM_VAL
public static OFBadInstructionCode readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb, OFBadInstructionCode e)
public static void putTo(OFBadInstructionCode e, com.google.common.hash.PrimitiveSink sink)
public static OFBadInstructionCode ofWireValue(short val)
public static short toWireValue(OFBadInstructionCode e)
Copyright © 2014. All rights reserved.