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