Modifier and Type | Method and Description |
---|---|
static OFCapabilities |
OFCapabilities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFCapabilities[] |
OFCapabilities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFCapabilities> |
OFFeaturesReply.getCapabilities() |
Set<OFCapabilities> |
OFFeaturesReply.Builder.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
OFFeaturesReply.Builder |
OFFeaturesReply.Builder.setCapabilities(Set<OFCapabilities> capabilities) |
Modifier and Type | Method and Description |
---|---|
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer10.ofWireValue(int val) |
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer10.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFCapabilitiesSerializerVer10.putTo(Set<OFCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFCapabilitiesSerializerVer10.toWireValue(Set<OFCapabilities> set) |
static void |
OFCapabilitiesSerializerVer10.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFCapabilities> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer11.ofWireValue(int val) |
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer11.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFCapabilitiesSerializerVer11.putTo(Set<OFCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFCapabilitiesSerializerVer11.toWireValue(Set<OFCapabilities> set) |
static void |
OFCapabilitiesSerializerVer11.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFCapabilities> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer12.ofWireValue(int val) |
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFCapabilitiesSerializerVer12.putTo(Set<OFCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFCapabilitiesSerializerVer12.toWireValue(Set<OFCapabilities> set) |
static void |
OFCapabilitiesSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFCapabilities> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer13.ofWireValue(int val) |
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFCapabilitiesSerializerVer13.putTo(Set<OFCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFCapabilitiesSerializerVer13.toWireValue(Set<OFCapabilities> set) |
static void |
OFCapabilitiesSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFCapabilities> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer14.ofWireValue(int val) |
static Set<OFCapabilities> |
OFCapabilitiesSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFCapabilitiesSerializerVer14.putTo(Set<OFCapabilities> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFCapabilitiesSerializerVer14.toWireValue(Set<OFCapabilities> set) |
static void |
OFCapabilitiesSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFCapabilities> set) |
Copyright © 2015. All rights reserved.