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