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