public class OFGridTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
CWDM_VAL |
static short |
DWDM_VAL |
static short |
FLEX_VAL |
static short |
RES_VAL |
| Constructor and Description |
|---|
OFGridTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFGridType |
ofWireValue(short val) |
static void |
putTo(OFGridType e,
com.google.common.hash.PrimitiveSink sink) |
static OFGridType |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFGridType e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFGridType e) |
public static final short RES_VAL
public static final short DWDM_VAL
public static final short CWDM_VAL
public static final short FLEX_VAL
public static OFGridType readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseErrorpublic static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFGridType e)
public static void putTo(OFGridType e, com.google.common.hash.PrimitiveSink sink)
public static OFGridType ofWireValue(short val)
public static short toWireValue(OFGridType e)
Copyright © 2016. All rights reserved.