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