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