public class OFFlowUpdateEventSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
ABBREV_VAL |
static short |
ADDED_VAL |
static short |
INITIAL_VAL |
static short |
MODIFIED_VAL |
static short |
PAUSED_VAL |
static short |
REMOVED_VAL |
static short |
RESUMED_VAL |
Constructor and Description |
---|
OFFlowUpdateEventSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFFlowUpdateEvent |
ofWireValue(short val) |
static void |
putTo(OFFlowUpdateEvent e,
com.google.common.hash.PrimitiveSink sink) |
static OFFlowUpdateEvent |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFFlowUpdateEvent e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFFlowUpdateEvent e) |
public static final short INITIAL_VAL
public static final short ADDED_VAL
public static final short REMOVED_VAL
public static final short MODIFIED_VAL
public static final short ABBREV_VAL
public static final short PAUSED_VAL
public static final short RESUMED_VAL
public static OFFlowUpdateEvent readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFFlowUpdateEvent e)
public static void putTo(OFFlowUpdateEvent e, com.google.common.hash.PrimitiveSink sink)
public static OFFlowUpdateEvent ofWireValue(short val)
public static short toWireValue(OFFlowUpdateEvent e)
Copyright © 2016. All rights reserved.