com.limegroup.gnutella.browser
Class HTTPAcceptor

java.lang.Object
  extended bycom.limegroup.gnutella.browser.HTTPAcceptor
All Implemented Interfaces:
java.lang.Runnable

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

Listens on an HTTP port, accepts incoming connections, and dispatches threads to handle requests. This allows simple HTTP requests.


Constructor Summary
HTTPAcceptor()
           
 
Method Summary
 void run()
           
 void start()
          Links the HostCatcher up with the other back end pieces and launches the port monitoring thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAcceptor

public HTTPAcceptor()
Method Detail

start

public void start()
Links the HostCatcher up with the other back end pieces and launches the port monitoring thread


run

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