public interface OFPortStatsRequest extends OFObject, OFStatsRequest<OFPortStatsReply>, OFRequest<OFPortStatsReply>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFPortStatsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFPortStatsRequest.Builder |
createBuilder() |
Set<OFStatsRequestFlags> |
getFlags() |
OFPort |
getPortNo() |
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<OFPortStatsReply>OFType getType()
getType in interface OFMessagegetType in interface OFStatsRequest<OFPortStatsReply>long getXid()
getXid in interface OFMessagegetXid in interface OFStatsRequest<OFPortStatsReply>OFStatsType getStatsType()
getStatsType in interface OFStatsRequest<OFPortStatsReply>Set<OFStatsRequestFlags> getFlags()
getFlags in interface OFStatsRequest<OFPortStatsReply>OFPort getPortNo()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo in interface OFMessagewriteTo in interface OFStatsRequest<OFPortStatsReply>writeTo in interface WriteableOFPortStatsRequest.Builder createBuilder()
createBuilder in interface OFMessagecreateBuilder in interface OFStatsRequest<OFPortStatsReply>Copyright © 2019. All rights reserved.