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