Uses of Class
org.openflow.protocol.OFStatisticsRequest

Packages that use OFStatisticsRequest
net.floodlightcontroller.core   
org.openflow.protocol   
 

Uses of OFStatisticsRequest in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core with parameters of type OFStatisticsRequest
 java.util.concurrent.Future<java.util.List<OFStatistics>> OFSwitchBase.queryStatistics(OFStatisticsRequest request)
           
 java.util.concurrent.Future<java.util.List<OFStatistics>> IOFSwitch.queryStatistics(OFStatisticsRequest request)
          Returns a Future object that can be used to retrieve the asynchronous OFStatisticsReply when it is available.
 void OFSwitchBase.sendStatsQuery(OFStatisticsRequest request, int xid, IOFMessageListener caller)
           
 void IOFSwitch.sendStatsQuery(OFStatisticsRequest request, int xid, IOFMessageListener caller)
          Send a flow statistics request to the switch.
 

Uses of OFStatisticsRequest in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFStatisticsRequest
 OFStatisticsRequest OFStatisticsRequest.setStatistics(OFStatistics statistics)