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