public class OFStatsRequestFlagsSerializerVer10 extends Object
| Constructor and Description |
|---|
OFStatsRequestFlagsSerializerVer10() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFStatsRequestFlags> |
ofWireValue(short val) |
static void |
putTo(Set<OFStatsRequestFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFStatsRequestFlags> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFStatsRequestFlags> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFStatsRequestFlags> set) |
public static Set<OFStatsRequestFlags> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
Set<OFStatsRequestFlags> set)
public static void putTo(Set<OFStatsRequestFlags> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFStatsRequestFlags> ofWireValue(short val)
public static short toWireValue(Set<OFStatsRequestFlags> set)
Copyright © 2018. All rights reserved.