public class OFBsnExtendedCapabilitiesSerializerVer14 extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BSN_EXT_CAP_AN_VAL |
static long |
BSN_EXT_CAP_FEC_VAL |
| Constructor and Description |
|---|
OFBsnExtendedCapabilitiesSerializerVer14() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFBsnExtendedCapabilities> |
ofWireValue(long val) |
static void |
putTo(Set<OFBsnExtendedCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFBsnExtendedCapabilities> |
readFrom(io.netty.buffer.ByteBuf bb) |
static long |
toWireValue(Set<OFBsnExtendedCapabilities> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnExtendedCapabilities> set) |
public static final long BSN_EXT_CAP_AN_VAL
public static final long BSN_EXT_CAP_FEC_VAL
public OFBsnExtendedCapabilitiesSerializerVer14()
public static Set<OFBsnExtendedCapabilities> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnExtendedCapabilities> set)
public static void putTo(Set<OFBsnExtendedCapabilities> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFBsnExtendedCapabilities> ofWireValue(long val)
public static long toWireValue(Set<OFBsnExtendedCapabilities> set)
Copyright © 2019. All rights reserved.