Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 | |
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
OFHeaderTypeNamespace |
OFHeaderType.getNamespace() |
OFHeaderTypeNamespace |
OFHeaderType.Builder.getNamespace() |
static OFHeaderTypeNamespace |
OFHeaderTypeNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFHeaderTypeNamespace[] |
OFHeaderTypeNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OFHeaderTypeNamespace |
OFHeaderTypeNamespaceSerializerVer15.ofWireValue(short val) |
static OFHeaderTypeNamespace |
OFHeaderTypeNamespaceSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFHeaderTypeNamespaceSerializerVer15.putTo(OFHeaderTypeNamespace e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFHeaderTypeNamespaceSerializerVer15.toWireValue(OFHeaderTypeNamespace e) |
static void |
OFHeaderTypeNamespaceSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFHeaderTypeNamespace e) |
Modifier and Type | Method and Description |
---|---|
static PacketType |
PacketType.of(OFHeaderTypeNamespace namespace,
int nsType) |
Copyright © 2016. All rights reserved.