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