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