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