public class OFFlowMonitorCommandSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ADD_VAL |
static byte |
DELETE_VAL |
static byte |
MODIFY_VAL |
Constructor and Description |
---|
OFFlowMonitorCommandSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFFlowMonitorCommand |
ofWireValue(byte val) |
static void |
putTo(OFFlowMonitorCommand e,
com.google.common.hash.PrimitiveSink sink) |
static OFFlowMonitorCommand |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFFlowMonitorCommand e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFFlowMonitorCommand e) |
public static final byte ADD_VAL
public static final byte MODIFY_VAL
public static final byte DELETE_VAL
public static OFFlowMonitorCommand readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFFlowMonitorCommand e)
public static void putTo(OFFlowMonitorCommand e, com.google.common.hash.PrimitiveSink sink)
public static OFFlowMonitorCommand ofWireValue(byte val)
public static byte toWireValue(OFFlowMonitorCommand e)
Copyright © 2016. All rights reserved.