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