public class OFBsnUdfAnchorSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_UDF_ANCHOR_L3_HEADER_START_VAL |
static short |
BSN_UDF_ANCHOR_L4_HEADER_START_VAL |
static short |
BSN_UDF_ANCHOR_PACKET_START_VAL |
static short |
BSN_UDF_ANCHOR_TD3_L2_START_VAL |
static short |
BSN_UDF_ANCHOR_TD3_L3_IPV4_START_WITHOUT_OPTIONS_VAL |
static short |
BSN_UDF_ANCHOR_TD3_L3_IPV6_START_VAL |
static short |
BSN_UDF_ANCHOR_TD3_UDP_UNKNOWN_L5_START_VAL |
| Constructor and Description |
|---|
OFBsnUdfAnchorSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnUdfAnchor |
ofWireValue(short val) |
static void |
putTo(OFBsnUdfAnchor e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnUdfAnchor |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnUdfAnchor e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnUdfAnchor e) |
public static final short BSN_UDF_ANCHOR_PACKET_START_VAL
public static final short BSN_UDF_ANCHOR_L3_HEADER_START_VAL
public static final short BSN_UDF_ANCHOR_L4_HEADER_START_VAL
public static final short BSN_UDF_ANCHOR_TD3_L2_START_VAL
public static final short BSN_UDF_ANCHOR_TD3_L3_IPV4_START_WITHOUT_OPTIONS_VAL
public static final short BSN_UDF_ANCHOR_TD3_L3_IPV6_START_VAL
public static final short BSN_UDF_ANCHOR_TD3_UDP_UNKNOWN_L5_START_VAL
public static OFBsnUdfAnchor readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnUdfAnchor e)
public static void putTo(OFBsnUdfAnchor e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnUdfAnchor ofWireValue(short val)
public static short toWireValue(OFBsnUdfAnchor e)
Copyright © 2021. All rights reserved.