javalightserver.bundled.httpd
Class HttpServerThread

java.lang.Object
  extended by javalightserver.bundled.httpd.HttpServerThread
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
HttpServerThread(ClientSocket sock, HttpServerContext HttpCtx, HttpContentParsersManager httpContentParsersManager)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerThread

public HttpServerThread(ClientSocket sock,
                        HttpServerContext HttpCtx,
                        HttpContentParsersManager httpContentParsersManager)
Method Detail

run

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