Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver10 | |
org.projectfloodlight.openflow.protocol.ver11 |
Modifier and Type | Method and Description |
---|---|
static OFFlowWildcards |
OFFlowWildcards.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowWildcards[] |
OFFlowWildcards.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<OFFlowWildcards> |
OFFlowWildcardsSerializerVer10.ofWireValue(int val) |
static Set<OFFlowWildcards> |
OFFlowWildcardsSerializerVer10.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFFlowWildcardsSerializerVer10.putTo(Set<OFFlowWildcards> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFFlowWildcardsSerializerVer10.toWireValue(Set<OFFlowWildcards> set) |
static void |
OFFlowWildcardsSerializerVer10.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFFlowWildcards> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFFlowWildcards> |
OFFlowWildcardsSerializerVer11.ofWireValue(int val) |
static Set<OFFlowWildcards> |
OFFlowWildcardsSerializerVer11.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFFlowWildcardsSerializerVer11.putTo(Set<OFFlowWildcards> set,
com.google.common.hash.PrimitiveSink sink) |
static int |
OFFlowWildcardsSerializerVer11.toWireValue(Set<OFFlowWildcards> set) |
static void |
OFFlowWildcardsSerializerVer11.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFFlowWildcards> set) |
Copyright © 2015. All rights reserved.