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