public class OFOxmClassSerializerVer14 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 |
---|
OFOxmClassSerializerVer14() |
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(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFOxmClass e) |
static void |
writeTo(io.netty.buffer.ByteBuf 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(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf 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.