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