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