public class OFFlowModFlagsSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BSN_SEND_IDLE_VAL |
static short |
CHECK_OVERLAP_VAL |
static short |
NO_BYT_COUNTS_VAL |
static short |
NO_PKT_COUNTS_VAL |
static short |
RESET_COUNTS_VAL |
static short |
SEND_FLOW_REM_VAL |
Constructor and Description |
---|
OFFlowModFlagsSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static Set<OFFlowModFlags> |
ofWireValue(short val) |
static void |
putTo(Set<OFFlowModFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFFlowModFlags> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFFlowModFlags> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFFlowModFlags> set) |
public static final short SEND_FLOW_REM_VAL
public static final short CHECK_OVERLAP_VAL
public static final short RESET_COUNTS_VAL
public static final short NO_PKT_COUNTS_VAL
public static final short NO_BYT_COUNTS_VAL
public static final short BSN_SEND_IDLE_VAL
public static Set<OFFlowModFlags> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFFlowModFlags> set)
public static void putTo(Set<OFFlowModFlags> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFFlowModFlags> ofWireValue(short val)
public static short toWireValue(Set<OFFlowModFlags> set)
Copyright © 2015. All rights reserved.