public class OFStatsReplyFlagsSerializerVer11 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
REPLY_MORE_VAL |
Constructor and Description |
---|
OFStatsReplyFlagsSerializerVer11() |
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
OFParseError
public 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 © 2015. All rights reserved.