org.openflow.protocol
Class OFStatisticsReply

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

public class OFStatisticsReply
extends OFStatisticsMessageBase

Represents an ofp_stats_reply message

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

Nested Class Summary
static class OFStatisticsReply.OFStatisticsReplyFlags
           
 
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
OFStatisticsReply()
           
 
Method Summary
 java.util.List<? extends OFStatistics> getStatistics()
           
 
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

OFStatisticsReply

public OFStatisticsReply()
Method Detail

getStatistics

public java.util.List<? extends OFStatistics> getStatistics()
Returns:
the statistics data