|
||||||||||
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.OFStatisticsRequest
public class OFStatisticsRequest
Represents an ofp_stats_request message
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 |
---|
public OFStatisticsRequest()
Method Detail |
---|
public OFStatistics getStatistics()
public OFStatisticsRequest setStatistics(OFStatistics statistics)
statistics
- the statistics data to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |