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