public class OFBsnGentableErrorCodeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_GENTABLE_ERROR_PARAM_VAL |
static short |
BSN_GENTABLE_ERROR_TABLE_FULL_VAL |
static short |
BSN_GENTABLE_ERROR_UNKNOWN_VAL |
| Constructor and Description |
|---|
OFBsnGentableErrorCodeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnGentableErrorCode |
ofWireValue(short val) |
static void |
putTo(OFBsnGentableErrorCode e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnGentableErrorCode |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnGentableErrorCode e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnGentableErrorCode e) |
public static final short BSN_GENTABLE_ERROR_UNKNOWN_VAL
public static final short BSN_GENTABLE_ERROR_PARAM_VAL
public static final short BSN_GENTABLE_ERROR_TABLE_FULL_VAL
public OFBsnGentableErrorCodeSerializerVer13()
public static OFBsnGentableErrorCode readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnGentableErrorCode e)
public static void putTo(OFBsnGentableErrorCode e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnGentableErrorCode ofWireValue(short val)
public static short toWireValue(OFBsnGentableErrorCode e)
Copyright © 2018. All rights reserved.