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