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