public class OFIpv6ExthdrFlagsSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
AUTH_VAL |
static short |
DEST_VAL |
static short |
ESP_VAL |
static short |
FRAG_VAL |
static short |
HOP_VAL |
static short |
NONEXT_VAL |
static short |
ROUTER_VAL |
static short |
UNREP_VAL |
static short |
UNSEQ_VAL |
Constructor and Description |
---|
OFIpv6ExthdrFlagsSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static Set<OFIpv6ExthdrFlags> |
ofWireValue(short val) |
static void |
putTo(Set<OFIpv6ExthdrFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFIpv6ExthdrFlags> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFIpv6ExthdrFlags> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFIpv6ExthdrFlags> set) |
public static final short NONEXT_VAL
public static final short ESP_VAL
public static final short AUTH_VAL
public static final short DEST_VAL
public static final short FRAG_VAL
public static final short ROUTER_VAL
public static final short HOP_VAL
public static final short UNREP_VAL
public static final short UNSEQ_VAL
public static Set<OFIpv6ExthdrFlags> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFIpv6ExthdrFlags> set)
public static void putTo(Set<OFIpv6ExthdrFlags> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFIpv6ExthdrFlags> ofWireValue(short val)
public static short toWireValue(Set<OFIpv6ExthdrFlags> set)
Copyright © 2015. All rights reserved.