|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatsFlag | |
|---|---|
| org.openflow.gui.net.protocol | Core messages for communicating with the OpenFlow GUI backend. |
| org.openflow.protocol | Defines messages in the OpenFlow protocol. |
| Uses of StatsFlag in org.openflow.gui.net.protocol |
|---|
| Fields in org.openflow.gui.net.protocol declared as StatsFlag | |
|---|---|
StatsFlag |
StatsHeader.flags
|
| Constructors in org.openflow.gui.net.protocol with parameters of type StatsFlag | |
|---|---|
StatsHeader(boolean request,
int xid,
long dpid,
StatsType statsType,
StatsFlag flags)
|
|
StatsHeader(boolean request,
long dpid,
StatsType statsType,
StatsFlag flag)
|
|
SwitchDescriptionRequest(long dpid,
StatsFlag flag)
Create a request for stats from the switch with its description |
|
| Uses of StatsFlag in org.openflow.protocol |
|---|
| Methods in org.openflow.protocol that return StatsFlag | |
|---|---|
static StatsFlag |
StatsFlag.typeValToStatsFlag(short typeID)
Returns the OFGMessageType constant associated with typeID, if any |
static StatsFlag |
StatsFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatsFlag[] |
StatsFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.openflow.protocol with parameters of type StatsFlag | |
|---|---|
AggregateStatsReply(long dpid,
StatsFlag flags,
java.io.DataInput in)
Create an aggregate stats reply from the switch with the specified DPID and flags and read the reply from the receive buffer. |
|
AggregateStatsRequest(long dpid,
StatsFlag flags,
java.io.DataInput in)
Create an aggregate request for stats from the switch with the specified DPID and flags and read the request from the receive buffer. |
|
SwitchDescriptionStats(long dpid,
StatsFlag flags,
java.io.DataInput in)
Extract the descriptions from the specified input stream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||