Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver13 | |
org.projectfloodlight.openflow.protocol.ver14 |
Modifier and Type | Method and Description |
---|---|
static OFIpv6ExthdrFlags |
OFIpv6ExthdrFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFIpv6ExthdrFlags[] |
OFIpv6ExthdrFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<OFIpv6ExthdrFlags> |
OFIpv6ExthdrFlagsSerializerVer13.ofWireValue(short val) |
static Set<OFIpv6ExthdrFlags> |
OFIpv6ExthdrFlagsSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFIpv6ExthdrFlagsSerializerVer13.putTo(Set<OFIpv6ExthdrFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFIpv6ExthdrFlagsSerializerVer13.toWireValue(Set<OFIpv6ExthdrFlags> set) |
static void |
OFIpv6ExthdrFlagsSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFIpv6ExthdrFlags> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFIpv6ExthdrFlags> |
OFIpv6ExthdrFlagsSerializerVer14.ofWireValue(short val) |
static Set<OFIpv6ExthdrFlags> |
OFIpv6ExthdrFlagsSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFIpv6ExthdrFlagsSerializerVer14.putTo(Set<OFIpv6ExthdrFlags> set,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFIpv6ExthdrFlagsSerializerVer14.toWireValue(Set<OFIpv6ExthdrFlags> set) |
static void |
OFIpv6ExthdrFlagsSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFIpv6ExthdrFlags> set) |
Copyright © 2015. All rights reserved.