public class OFBsnHashAlgorithmTypeSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_HASH_ALGORITHM_CRC16_VAL |
static short |
BSN_HASH_ALGORITHM_CRC16CCITT_VAL |
static short |
BSN_HASH_ALGORITHM_CRC16XOR1_VAL |
static short |
BSN_HASH_ALGORITHM_CRC16XOR2_VAL |
static short |
BSN_HASH_ALGORITHM_CRC16XOR4_VAL |
static short |
BSN_HASH_ALGORITHM_CRC16XOR8_VAL |
static short |
BSN_HASH_ALGORITHM_CRC32HI_VAL |
static short |
BSN_HASH_ALGORITHM_CRC32LO_VAL |
static short |
BSN_HASH_ALGORITHM_XOR16_VAL |
| Constructor and Description |
|---|
OFBsnHashAlgorithmTypeSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnHashAlgorithmType |
ofWireValue(short val) |
static void |
putTo(OFBsnHashAlgorithmType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnHashAlgorithmType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnHashAlgorithmType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashAlgorithmType e) |
public static final short BSN_HASH_ALGORITHM_CRC16XOR8_VAL
public static final short BSN_HASH_ALGORITHM_CRC16XOR4_VAL
public static final short BSN_HASH_ALGORITHM_CRC16XOR2_VAL
public static final short BSN_HASH_ALGORITHM_CRC16XOR1_VAL
public static final short BSN_HASH_ALGORITHM_CRC16_VAL
public static final short BSN_HASH_ALGORITHM_XOR16_VAL
public static final short BSN_HASH_ALGORITHM_CRC16CCITT_VAL
public static final short BSN_HASH_ALGORITHM_CRC32LO_VAL
public static final short BSN_HASH_ALGORITHM_CRC32HI_VAL
public OFBsnHashAlgorithmTypeSerializerVer15()
public static OFBsnHashAlgorithmType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashAlgorithmType e)
public static void putTo(OFBsnHashAlgorithmType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnHashAlgorithmType ofWireValue(short val)
public static short toWireValue(OFBsnHashAlgorithmType e)
Copyright © 2018. All rights reserved.