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