public class OFBadPropertyCodeSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BAD_EXP_TYPE_VAL |
static short |
BAD_EXP_VALUE_VAL |
static short |
BAD_EXPERIMENTER_VAL |
static short |
BAD_LEN_VAL |
static short |
BAD_TYPE_VAL |
static short |
BAD_VALUE_VAL |
static short |
DUP_TYPE_VAL |
static short |
EPERM_VAL |
static short |
TOO_MANY_VAL |
Constructor and Description |
---|
OFBadPropertyCodeSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFBadPropertyCode |
ofWireValue(short val) |
static void |
putTo(OFBadPropertyCode e,
com.google.common.hash.PrimitiveSink sink) |
static OFBadPropertyCode |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBadPropertyCode e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBadPropertyCode e) |
public static final short BAD_TYPE_VAL
public static final short BAD_LEN_VAL
public static final short BAD_VALUE_VAL
public static final short TOO_MANY_VAL
public static final short DUP_TYPE_VAL
public static final short BAD_EXPERIMENTER_VAL
public static final short BAD_EXP_TYPE_VAL
public static final short BAD_EXP_VALUE_VAL
public static final short EPERM_VAL
public static OFBadPropertyCode readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBadPropertyCode e)
public static void putTo(OFBadPropertyCode e, com.google.common.hash.PrimitiveSink sink)
public static OFBadPropertyCode ofWireValue(short val)
public static short toWireValue(OFBadPropertyCode e)
Copyright © 2015. All rights reserved.