org.owasp.webscarab.plugin.proxy
Class ConnectionHandler

java.lang.Object
  extended by org.owasp.webscarab.plugin.proxy.ConnectionHandler
All Implemented Interfaces:
java.lang.Runnable

public class ConnectionHandler
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ConnectionHandler(Proxy proxy, java.net.Socket sock, HttpUrl base, NetworkSimulator simulator)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionHandler

public ConnectionHandler(Proxy proxy,
                         java.net.Socket sock,
                         HttpUrl base,
                         NetworkSimulator simulator)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable