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