public class OFBsnStatusSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BSN_STATUS_DISABLE_VAL |
static byte |
BSN_STATUS_ENABLE_VAL |
Constructor and Description |
---|
OFBsnStatusSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFBsnStatus |
ofWireValue(byte val) |
static void |
putTo(OFBsnStatus e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnStatus |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnStatus e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnStatus e) |
public static final byte BSN_STATUS_DISABLE_VAL
public static final byte BSN_STATUS_ENABLE_VAL
public static OFBsnStatus readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnStatus e)
public static void putTo(OFBsnStatus e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnStatus ofWireValue(byte val)
public static byte toWireValue(OFBsnStatus e)
Copyright © 2015. All rights reserved.