Uses of Class
org.openflow.protocol.StatsType

Packages that use StatsType
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 StatsType in org.openflow.gui.net.protocol
 

Fields in org.openflow.gui.net.protocol declared as StatsType
 StatsType StatsHeader.statsType
           
 

Constructors in org.openflow.gui.net.protocol with parameters of type StatsType
StatsHeader(boolean request, int xid, long dpid, StatsType statsType, StatsFlag flags)
           
StatsHeader(boolean request, long dpid, StatsType statsType, StatsFlag flag)
           
 

Uses of StatsType in org.openflow.protocol
 

Methods in org.openflow.protocol that return StatsType
static StatsType StatsType.typeValToStatsType(short typeID)
          Returns the OFGMessageType constant associated with typeID, if any
static StatsType StatsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatsType[] StatsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.