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