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