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