Uses of Class
org.openflow.protocol.Match

Packages that use Match
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
org.openflow.gui.stats Defines statistics-processing classes. 
org.openflow.protocol Defines messages in the OpenFlow protocol. 
 

Uses of Match in org.openflow.gui.drawables
 

Methods in org.openflow.gui.drawables with parameters of type Match
 LinkStats Link.getStats(Match m)
          Gets the LinkStats associated with the specified Match, if any
 void Link.stopTrackingStats(Match m, BackendConnection conn)
          Tells the link to stop tracking stats for the specified Match m.
 void Link.trackStats(int pollInterval_msec, Match m, BackendConnection conn)
          Tells the link to acquire the specified stats.
 LinkStats Link.trackStats(Match m)
          Tells the link to setup stats for specified Match but do not acquire them automatically.
 void Link.trackStats(Match m, BackendConnection conn)
          Tells the link to acquire the specified stats (once).
 LinkStats Link.trackStats(Match m, int xid, boolean isPolling)
          Tells the link to setup stats for specified Match but do not acquire them automatically.
 void Link.updateStats(Match m, AggregateStatsReply reply)
          update this links with the latest stats reply about this link
 

Uses of Match in org.openflow.gui.stats
 

Constructors in org.openflow.gui.stats with parameters of type Match
LinkStats(Match m)
           
PortStats(Match m)
          Constructs a LinkStats to track stats for a specified match.
PortStatsRates(Match m)
           
PortStatsRates(Match m, double weightOfNew)
           
 

Uses of Match in org.openflow.protocol
 

Fields in org.openflow.protocol declared as Match
 Match AggregateStatsRequest.match
          Fields to match
static Match Match.MATCH_ALL
          a Match which matches all fields
 

Constructors in org.openflow.protocol with parameters of type Match
AggregateStatsRequest(long dpid, short outPort, Match m)
          Create an aggregate stats request from the switch with this DPID, port, and match.
AggregateStatsRequest(long dpid, short outPort, Match m, byte tableID)
          Create an aggregate stats request from the switch with this DPID, port, match, and table ID.