public class OFBsnIpTunnelTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_IP_TUNNEL_TYPE_NONE_VAL |
static short |
BSN_IP_TUNNEL_TYPE_PIM_VAL |
| Constructor and Description |
|---|
OFBsnIpTunnelTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnIpTunnelType |
ofWireValue(short val) |
static void |
putTo(OFBsnIpTunnelType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnIpTunnelType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnIpTunnelType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnIpTunnelType e) |
public static final short BSN_IP_TUNNEL_TYPE_NONE_VAL
public static final short BSN_IP_TUNNEL_TYPE_PIM_VAL
public static OFBsnIpTunnelType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnIpTunnelType e)
public static void putTo(OFBsnIpTunnelType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnIpTunnelType ofWireValue(short val)
public static short toWireValue(OFBsnIpTunnelType e)
Copyright © 2020. All rights reserved.