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