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