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