public class OFBsnUdfAnchorSerializerVer14 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 |
Constructor and Description |
---|
OFBsnUdfAnchorSerializerVer14() |
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 OFBsnUdfAnchor readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public 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 © 2015. All rights reserved.