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