org.openflow.protocol
Class OFStatisticsRequest

java.lang.Object
  extended by org.openflow.protocol.OFMessage
      extended by org.openflow.protocol.OFStatisticsMessageBase
          extended by org.openflow.protocol.OFStatisticsRequest
All Implemented Interfaces:
OFStatisticsFactoryAware

public class OFStatisticsRequest
extends OFStatisticsMessageBase

Represents an ofp_stats_request message

Author:
David Erickson (daviderickson@cs.stanford.edu)

Nested Class Summary
static class OFStatisticsRequest.OFStatisticsRequestFlags
           
 
Field Summary
 
Fields inherited from class org.openflow.protocol.OFStatisticsMessageBase
flags, MINIMUM_LENGTH, statistics, statisticsFactory, statisticsType
 
Fields inherited from class org.openflow.protocol.OFMessage
length, OFP_VERSION, type, version, xid
 
Constructor Summary
OFStatisticsRequest()
           
 
Method Summary
 OFStatistics getStatistics()
           
 OFStatisticsRequest setStatistics(OFStatistics statistics)
           
 
Methods inherited from class org.openflow.protocol.OFStatisticsMessageBase
computeLength, equals, getFirstStatistics, getFlags, getStatisticsType, hashCode, readFrom, setFlags, setStatistics, setStatisticsFactory, setStatisticsType, toString, writeTo
 
Methods inherited from class org.openflow.protocol.OFMessage
getLength, getLengthU, getType, getVersion, getXid, setLength, setLengthU, setType, setVersion, setXid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OFStatisticsRequest

public OFStatisticsRequest()
Method Detail

getStatistics

public OFStatistics getStatistics()

setStatistics

public OFStatisticsRequest setStatistics(OFStatistics statistics)
Parameters:
statistics - the statistics data to set