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

Packages that use OFMeterStatisticsReply
org.openflow.protocol.statistics   
 

Uses of OFMeterStatisticsReply in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return OFMeterStatisticsReply
 OFMeterStatisticsReply OFMeterStatisticsReply.setBandStatistics(java.util.List<OFMeterBandStatistics> bandStatistics)
           
 OFMeterStatisticsReply OFMeterStatisticsReply.setByteInCount(long byteInCount)
           
 OFMeterStatisticsReply OFMeterStatisticsReply.setMeterId(int meterId)
           
 OFMeterStatisticsReply OFMeterStatisticsReply.setPacketInCount(long packetInCount)