public interface OFRoleRequest extends OFObject, OFMessage, OFRequest<OFRoleReply>
Modifier and Type | Interface and Description |
---|---|
static interface |
OFRoleRequest.Builder |
Modifier and Type | Method and Description |
---|---|
OFRoleRequest.Builder |
createBuilder() |
U64 |
getGenerationId() |
OFControllerRole |
getRole() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
OFControllerRole getRole()
U64 getGenerationId()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFRoleRequest.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.