|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openflow.protocol.OFMessage
org.openflow.protocol.OFStatisticsMessageBase
org.openflow.protocol.OFStatisticsReply
public class OFStatisticsReply
Represents an ofp_stats_reply message
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 |
---|
public OFStatisticsReply()
Method Detail |
---|
public java.util.List<? extends OFStatistics> getStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |