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