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

Packages that use OFFlowStatisticsRequest
org.openflow.protocol.statistics   
 

Uses of OFFlowStatisticsRequest in org.openflow.protocol.statistics
 

Subclasses of OFFlowStatisticsRequest in org.openflow.protocol.statistics
 class OFAggregateStatisticsRequest
          Represents an ofp_aggregate_stats_request structure
 

Methods in org.openflow.protocol.statistics that return OFFlowStatisticsRequest
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setCookie(long cookie)
          Set cookie
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setCookieMask(long cookieMask)
          Set cookieMask
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setMatch(OFMatch match)
           
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setOutGroup(int outGroup)
           
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setOutPort(int outPort)
           
 OFFlowStatisticsRequest OFFlowStatisticsRequest.setTableId(byte tableId)