public interface OFStatsReply extends OFObject, OFMessage
Modifier and Type | Interface and Description |
---|---|
static interface |
OFStatsReply.Builder |
Modifier and Type | Method and Description |
---|---|
OFStatsReply.Builder |
createBuilder() |
Set<OFStatsReplyFlags> |
getFlags() |
OFStatsType |
getStatsType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
OFStatsType getStatsType()
Set<OFStatsReplyFlags> getFlags()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFStatsReply.Builder createBuilder()
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.