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

Packages that use Flow
org.openflow.gui.net.protocol Core messages for communicating with the OpenFlow GUI backend. 
 

Uses of Flow in org.openflow.gui.net.protocol
 

Fields in org.openflow.gui.net.protocol declared as Flow
 Flow[] FlowsList.flows
           
 

Constructors in org.openflow.gui.net.protocol with parameters of type Flow
FlowsAdd(Flow[] flows)
           
FlowsAdd(int xid, Flow[] flows)
           
FlowsDel(Flow[] flows)
           
FlowsDel(int xid, Flow[] flows)
           
FlowsList(OFGMessageType t, Flow[] flows)
           
FlowsList(OFGMessageType t, int xid, Flow[] flows)