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