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) |
equalsIgnoreXid, hashCodeIgnoreXidputToOFVersion getVersion()
getVersion in interface OFMessagegetVersion in interface OFObjectgetVersion in interface OFStatsRequest<OFTableFeaturesStatsReply>OFType getType()
getType in interface OFMessagegetType in interface OFStatsRequest<OFTableFeaturesStatsReply>long getXid()
getXid in interface OFMessagegetXid 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 OFMessagewriteTo in interface OFStatsRequest<OFTableFeaturesStatsReply>writeTo in interface WriteableOFTableFeaturesStatsRequest.Builder createBuilder()
createBuilder in interface OFMessagecreateBuilder in interface OFStatsRequest<OFTableFeaturesStatsReply>Copyright © 2020. All rights reserved.