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