public class OFTableFeaturesCommandSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
DISABLE_VAL |
static byte |
ENABLE_VAL |
static byte |
MODIFY_VAL |
static byte |
REPLACE_VAL |
Constructor and Description |
---|
OFTableFeaturesCommandSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFTableFeaturesCommand |
ofWireValue(byte val) |
static void |
putTo(OFTableFeaturesCommand e,
com.google.common.hash.PrimitiveSink sink) |
static OFTableFeaturesCommand |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFTableFeaturesCommand e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFTableFeaturesCommand e) |
public static final byte REPLACE_VAL
public static final byte MODIFY_VAL
public static final byte ENABLE_VAL
public static final byte DISABLE_VAL
public OFTableFeaturesCommandSerializerVer15()
public static OFTableFeaturesCommand readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFTableFeaturesCommand e)
public static void putTo(OFTableFeaturesCommand e, com.google.common.hash.PrimitiveSink sink)
public static OFTableFeaturesCommand ofWireValue(byte val)
public static byte toWireValue(OFTableFeaturesCommand e)
Copyright © 2016. All rights reserved.