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