public interface OFControllerStatusEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFControllerStatusEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFControllerStatusEntry.Builder |
createBuilder() |
OFControlChannelStatus |
getChannelStatus() |
List<OFControllerStatusProp> |
getProperties() |
OFControllerStatusReason |
getReason() |
OFControllerRole |
getRole() |
int |
getShortId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
int getShortId()
OFControllerRole getRole()
OFControllerStatusReason getReason()
OFControlChannelStatus getChannelStatus()
List<OFControllerStatusProp> getProperties()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFControllerStatusEntry.Builder createBuilder()
Copyright © 2017. All rights reserved.