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(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFOchSignalType e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFOchSignalType e) |
public static final short FIX_GRID_VAL
public static final short FLEX_GRID_VAL
public static OFOchSignalType readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseErrorpublic static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2016. All rights reserved.