public interface OFAggregateStatsReply extends OFObject, OFStatsReply
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFAggregateStatsReply.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFAggregateStatsReply.Builder |
createBuilder() |
U64 |
getByteCount() |
Set<OFStatsReplyFlags> |
getFlags() |
long |
getFlowCount() |
U64 |
getPacketCount() |
Stat |
getStats() |
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 OFStatsReplyOFType getType()
getType in interface OFMessagegetType in interface OFStatsReplylong getXid()
getXid in interface OFMessagegetXid in interface OFStatsReplyOFStatsType getStatsType()
getStatsType in interface OFStatsReplySet<OFStatsReplyFlags> getFlags()
getFlags in interface OFStatsReplyU64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationExceptionlong getFlowCount()
throws UnsupportedOperationException
UnsupportedOperationExceptionStat getStats() throws UnsupportedOperationException
UnsupportedOperationExceptionvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFAggregateStatsReply.Builder createBuilder()
createBuilder in interface OFMessagecreateBuilder in interface OFStatsReplyCopyright © 2018. All rights reserved.