public class OFBsnDecapSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BSN_DECAP_CAPWAP_VAL |
static short |
BSN_DECAP_ERSPAN_VAL |
static short |
BSN_DECAP_GTP_VAL |
static short |
BSN_DECAP_L2_GRE_VAL |
static short |
BSN_DECAP_L2_MPLS_VAL |
static short |
BSN_DECAP_L3_GRE_VAL |
static short |
BSN_DECAP_L3_MPLS_VAL |
static short |
BSN_DECAP_NVGRE_VAL |
static short |
BSN_DECAP_VXLAN_VAL |
Constructor and Description |
---|
OFBsnDecapSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFBsnDecap |
ofWireValue(short val) |
static void |
putTo(OFBsnDecap e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnDecap |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnDecap e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnDecap e) |
public static final short BSN_DECAP_VXLAN_VAL
public static final short BSN_DECAP_ERSPAN_VAL
public static final short BSN_DECAP_L2_GRE_VAL
public static final short BSN_DECAP_NVGRE_VAL
public static final short BSN_DECAP_CAPWAP_VAL
public static final short BSN_DECAP_L2_MPLS_VAL
public static final short BSN_DECAP_L3_GRE_VAL
public static final short BSN_DECAP_GTP_VAL
public static final short BSN_DECAP_L3_MPLS_VAL
public static OFBsnDecap readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnDecap e)
public static void putTo(OFBsnDecap e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnDecap ofWireValue(short val)
public static short toWireValue(OFBsnDecap e)
Copyright © 2015. All rights reserved.