Modifier and Type | Method and Description |
---|---|
static OFPortState |
OFPortState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPortState[] |
OFPortState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFPortState> |
OFPortDesc.getState() |
Set<OFPortState> |
OFPortDesc.Builder.getState() |
Modifier and Type | Method and Description |
---|---|
OFPortDesc.Builder |
OFPortDesc.Builder.setState(Set<OFPortState> state) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortState> |
OFPortStateSerializerVer10.ofWireValue(int val) |
static Set<OFPortState> |
OFPortStateSerializerVer10.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortStateSerializerVer10.putTo(Set<OFPortState> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortStateSerializerVer10.toWireValue(Set<OFPortState> set) |
static void |
OFPortStateSerializerVer10.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFPortState> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortState> |
OFPortStateSerializerVer11.ofWireValue(int val) |
static Set<OFPortState> |
OFPortStateSerializerVer11.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortStateSerializerVer11.putTo(Set<OFPortState> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortStateSerializerVer11.toWireValue(Set<OFPortState> set) |
static void |
OFPortStateSerializerVer11.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFPortState> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortState> |
OFPortStateSerializerVer12.ofWireValue(int val) |
static Set<OFPortState> |
OFPortStateSerializerVer12.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortStateSerializerVer12.putTo(Set<OFPortState> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortStateSerializerVer12.toWireValue(Set<OFPortState> set) |
static void |
OFPortStateSerializerVer12.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFPortState> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortState> |
OFPortStateSerializerVer13.ofWireValue(int val) |
static Set<OFPortState> |
OFPortStateSerializerVer13.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortStateSerializerVer13.putTo(Set<OFPortState> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFPortStateSerializerVer13.toWireValue(Set<OFPortState> set) |
static void |
OFPortStateSerializerVer13.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFPortState> set) |
Copyright © 2014. All rights reserved.