public class OFBsnLagTypeSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_LAG_TYPE_OTHER_VAL |
static short |
BSN_LAG_TYPE_PEER_VAL |
static short |
BSN_LAG_TYPE_SPINE_VAL |
| Constructor and Description |
|---|
OFBsnLagTypeSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnLagType |
ofWireValue(short val) |
static void |
putTo(OFBsnLagType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnLagType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnLagType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnLagType e) |
public static final short BSN_LAG_TYPE_OTHER_VAL
public static final short BSN_LAG_TYPE_PEER_VAL
public static final short BSN_LAG_TYPE_SPINE_VAL
public static OFBsnLagType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnLagType e)
public static void putTo(OFBsnLagType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnLagType ofWireValue(short val)
public static short toWireValue(OFBsnLagType e)
Copyright © 2021. All rights reserved.