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