Uses of Class
org.openflow.gui.net.protocol.StatsHeader

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

Subclasses of StatsHeader in org.openflow.gui.net.protocol
 class SwitchDescriptionRequest
          Request for info describing a switch.
 

Uses of StatsHeader in org.openflow.protocol
 

Subclasses of StatsHeader in org.openflow.protocol
 class AggregateStatsReply
          A reply with aggregate statistics.
 class AggregateStatsRequest
          A request for aggregate statistics.
 class SwitchDescriptionStats
          OFGMessage containing information about a switch.
 

Methods in org.openflow.protocol that return StatsHeader
static StatsHeader StatsType.decode(int len, OFGMessageType t, int xid, java.io.DataInput in)
          Constructs the object representing the received message.