Uses of Class
org.openflow.protocol.statistics.OFAggregateStatisticsReply

Packages that use OFAggregateStatisticsReply
org.openflow.protocol.statistics   
 

Uses of OFAggregateStatisticsReply in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return OFAggregateStatisticsReply
 OFAggregateStatisticsReply OFAggregateStatisticsReply.setByteCount(long byteCount)
           
 OFAggregateStatisticsReply OFAggregateStatisticsReply.setFlowCount(int flowCount)
           
 OFAggregateStatisticsReply OFAggregateStatisticsReply.setPacketCount(long packetCount)