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