public class OFBsnHashGtpPortMatchSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BSN_HASH_GTP_PORT_MATCH_DST_VAL |
static byte |
BSN_HASH_GTP_PORT_MATCH_SRC_AND_DST_VAL |
static byte |
BSN_HASH_GTP_PORT_MATCH_SRC_OR_DST_VAL |
static byte |
BSN_HASH_GTP_PORT_MATCH_SRC_VAL |
Constructor and Description |
---|
OFBsnHashGtpPortMatchSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFBsnHashGtpPortMatch |
ofWireValue(byte val) |
static void |
putTo(OFBsnHashGtpPortMatch e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnHashGtpPortMatch |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnHashGtpPortMatch e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashGtpPortMatch e) |
public static final byte BSN_HASH_GTP_PORT_MATCH_SRC_VAL
public static final byte BSN_HASH_GTP_PORT_MATCH_DST_VAL
public static final byte BSN_HASH_GTP_PORT_MATCH_SRC_OR_DST_VAL
public static final byte BSN_HASH_GTP_PORT_MATCH_SRC_AND_DST_VAL
public OFBsnHashGtpPortMatchSerializerVer14()
public static OFBsnHashGtpPortMatch readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnHashGtpPortMatch e)
public static void putTo(OFBsnHashGtpPortMatch e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnHashGtpPortMatch ofWireValue(byte val)
public static byte toWireValue(OFBsnHashGtpPortMatch e)
Copyright © 2017. All rights reserved.