public class OFBsnAutoNegotiationTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BSN_AUTO_NEGOTIATION_DEFAULT_VAL |
static byte |
BSN_AUTO_NEGOTIATION_DISABLE_VAL |
static byte |
BSN_AUTO_NEGOTIATION_ENABLE_VAL |
| Constructor and Description |
|---|
OFBsnAutoNegotiationTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnAutoNegotiationType |
ofWireValue(byte val) |
static void |
putTo(OFBsnAutoNegotiationType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnAutoNegotiationType |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnAutoNegotiationType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnAutoNegotiationType e) |
public static final byte BSN_AUTO_NEGOTIATION_DEFAULT_VAL
public static final byte BSN_AUTO_NEGOTIATION_ENABLE_VAL
public static final byte BSN_AUTO_NEGOTIATION_DISABLE_VAL
public OFBsnAutoNegotiationTypeSerializerVer13()
public static OFBsnAutoNegotiationType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnAutoNegotiationType e)
public static void putTo(OFBsnAutoNegotiationType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnAutoNegotiationType ofWireValue(byte val)
public static byte toWireValue(OFBsnAutoNegotiationType e)
Copyright © 2020. All rights reserved.