public class OFOxmClassSerializerVer12 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
EXPERIMENTER_VAL |
static short |
NXM_0_VAL |
static short |
NXM_1_VAL |
static short |
OPENFLOW_BASIC_VAL |
Constructor and Description |
---|
OFOxmClassSerializerVer12() |
Modifier and Type | Method and Description |
---|---|
static OFOxmClass |
ofWireValue(short val) |
static void |
putTo(OFOxmClass e,
com.google.common.hash.PrimitiveSink sink) |
static OFOxmClass |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFOxmClass e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFOxmClass e) |
public static final short NXM_0_VAL
public static final short NXM_1_VAL
public static final short OPENFLOW_BASIC_VAL
public static final short EXPERIMENTER_VAL
public static OFOxmClass readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb, OFOxmClass e)
public static void putTo(OFOxmClass e, com.google.common.hash.PrimitiveSink sink)
public static OFOxmClass ofWireValue(short val)
public static short toWireValue(OFOxmClass e)
Copyright © 2015. All rights reserved.