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