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