org.openflow.protocol.statistics
Class OFAggregateStatisticsRequest

java.lang.Object
  extended by org.openflow.protocol.statistics.OFFlowStatisticsRequest
      extended by org.openflow.protocol.statistics.OFAggregateStatisticsRequest
All Implemented Interfaces:
OFStatistics

public class OFAggregateStatisticsRequest
extends OFFlowStatisticsRequest
implements OFStatistics

Represents an ofp_aggregate_stats_request structure

Author:
Srini Seetharaman (srini.seetharaman@gmail.com)

Field Summary
 
Fields inherited from class org.openflow.protocol.statistics.OFFlowStatisticsRequest
cookie, cookieMask, match, MINIMUM_LENGTH, outGroup, outPort, tableId
 
Constructor Summary
OFAggregateStatisticsRequest()
           
 
Method Summary
 
Methods inherited from class org.openflow.protocol.statistics.OFFlowStatisticsRequest
computeLength, equals, getCookie, getCookieMask, getLength, getMatch, getOutGroup, getOutPort, getTableId, hashCode, readFrom, setCookie, setCookieMask, setMatch, setOutGroup, setOutPort, setTableId, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openflow.protocol.statistics.OFStatistics
computeLength, getLength, readFrom, writeTo
 

Constructor Detail

OFAggregateStatisticsRequest

public OFAggregateStatisticsRequest()