Uses of Class
net.clackrouter.component.extension.TCPMonitor.TCPFlow

Packages that use TCPMonitor.TCPFlow
net.clackrouter.gui.tcp Provides the ability to graphically inspect TCP functionality within Clack. 
net.clackrouter.propertyview Graphical Property Views that provide the ability to inspect and modify Clack components. 
 

Uses of TCPMonitor.TCPFlow in net.clackrouter.gui.tcp
 

Constructors in net.clackrouter.gui.tcp with parameters of type TCPMonitor.TCPFlow
TCPStateAnalyzer(TCPMonitor.TCPFlow parent, java.net.InetAddress myAddr, int port)
           
 

Uses of TCPMonitor.TCPFlow in net.clackrouter.propertyview
 

Methods in net.clackrouter.propertyview with parameters of type TCPMonitor.TCPFlow
 void TCPMonitorPopup.addTCPFlow(TCPMonitor.TCPFlow flow)
           
 void TCPMonitorPopup.removeTCPFlow(TCPMonitor.TCPFlow flow)