public class OFBsnActionStateSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_ACTION_STATE_ACTIVE_VAL |
static short |
BSN_ACTION_STATE_COMPLETED_VAL |
static short |
BSN_ACTION_STATE_WAITING_VAL |
| Constructor and Description |
|---|
OFBsnActionStateSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnActionState |
ofWireValue(short val) |
static void |
putTo(OFBsnActionState e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnActionState |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnActionState e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnActionState e) |
public static final short BSN_ACTION_STATE_COMPLETED_VAL
public static final short BSN_ACTION_STATE_ACTIVE_VAL
public static final short BSN_ACTION_STATE_WAITING_VAL
public static OFBsnActionState readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnActionState e)
public static void putTo(OFBsnActionState e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnActionState ofWireValue(short val)
public static short toWireValue(OFBsnActionState e)
Copyright © 2021. All rights reserved.