public class OFBsnEnhancedHashTypeSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static long |
BSN_ENHANCED_HASH_GTP_VAL |
static long |
BSN_ENHANCED_HASH_L2_VAL |
static long |
BSN_ENHANCED_HASH_L2GRE_VAL |
static long |
BSN_ENHANCED_HASH_L3_VAL |
static long |
BSN_ENHANCED_HASH_MPLS_VAL |
static long |
BSN_ENHANCED_HASH_SYMMETRIC_VAL |
Constructor and Description |
---|
OFBsnEnhancedHashTypeSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static Set<OFBsnEnhancedHashType> |
ofWireValue(long val) |
static void |
putTo(Set<OFBsnEnhancedHashType> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFBsnEnhancedHashType> |
readFrom(io.netty.buffer.ByteBuf bb) |
static long |
toWireValue(Set<OFBsnEnhancedHashType> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnEnhancedHashType> set) |
public static final long BSN_ENHANCED_HASH_L2_VAL
public static final long BSN_ENHANCED_HASH_L3_VAL
public static final long BSN_ENHANCED_HASH_L2GRE_VAL
public static final long BSN_ENHANCED_HASH_MPLS_VAL
public static final long BSN_ENHANCED_HASH_GTP_VAL
public static final long BSN_ENHANCED_HASH_SYMMETRIC_VAL
public OFBsnEnhancedHashTypeSerializerVer15()
public static Set<OFBsnEnhancedHashType> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFBsnEnhancedHashType> set)
public static void putTo(Set<OFBsnEnhancedHashType> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFBsnEnhancedHashType> ofWireValue(long val)
public static long toWireValue(Set<OFBsnEnhancedHashType> set)
Copyright © 2017. All rights reserved.