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