Modifier and Type | Method and Description |
---|---|
static OFPortFeatures |
OFPortFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPortFeatures[] |
OFPortFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFPortFeatures> |
OFPortDesc.getAdvertised() |
Set<OFPortFeatures> |
OFPortDesc.Builder.getAdvertised() |
Set<OFPortFeatures> |
OFPortDesc.getCurr() |
Set<OFPortFeatures> |
OFPortDesc.Builder.getCurr() |
Set<OFPortFeatures> |
OFPortDesc.getPeer() |
Set<OFPortFeatures> |
OFPortDesc.Builder.getPeer() |
Set<OFPortFeatures> |
OFPortDesc.getSupported() |
Set<OFPortFeatures> |
OFPortDesc.Builder.getSupported() |
Modifier and Type | Method and Description |
---|---|
OFPortDesc.Builder |
OFPortDesc.Builder.setAdvertised(Set<OFPortFeatures> advertised) |
OFPortDesc.Builder |
OFPortDesc.Builder.setCurr(Set<OFPortFeatures> curr) |
OFPortDesc.Builder |
OFPortDesc.Builder.setPeer(Set<OFPortFeatures> peer) |
OFPortDesc.Builder |
OFPortDesc.Builder.setSupported(Set<OFPortFeatures> supported) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer10.ofWireValue(int val) |
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer10.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortFeaturesSerializerVer10.putTo(Set<OFPortFeatures> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortFeaturesSerializerVer10.toWireValue(Set<OFPortFeatures> set) |
static void |
OFPortFeaturesSerializerVer10.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortFeatures> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer11.ofWireValue(int val) |
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer11.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortFeaturesSerializerVer11.putTo(Set<OFPortFeatures> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortFeaturesSerializerVer11.toWireValue(Set<OFPortFeatures> set) |
static void |
OFPortFeaturesSerializerVer11.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortFeatures> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer12.ofWireValue(int val) |
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortFeaturesSerializerVer12.putTo(Set<OFPortFeatures> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortFeaturesSerializerVer12.toWireValue(Set<OFPortFeatures> set) |
static void |
OFPortFeaturesSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortFeatures> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer13.ofWireValue(int val) |
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortFeaturesSerializerVer13.putTo(Set<OFPortFeatures> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortFeaturesSerializerVer13.toWireValue(Set<OFPortFeatures> set) |
static void |
OFPortFeaturesSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortFeatures> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer14.ofWireValue(int val) |
static Set<OFPortFeatures> |
OFPortFeaturesSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortFeaturesSerializerVer14.putTo(Set<OFPortFeatures> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortFeaturesSerializerVer14.toWireValue(Set<OFPortFeatures> set) |
static void |
OFPortFeaturesSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortFeatures> set) |
Copyright © 2015. All rights reserved.