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