javalightserver.bundled.httpd
Class HttpRequestHandler

java.lang.Object
  extended by javalightserver.bundled.httpd.HttpRequestHandler

public class HttpRequestHandler
extends java.lang.Object


Field Summary
 ClientSocket HttpChan
           
 HttpServerContext HttpCont
           
 HttpContentParsersManager HttpParsersMgr
           
 
Constructor Summary
HttpRequestHandler()
           
 
Method Summary
 void OnGet(java.lang.String HttpRequestUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HttpChan

public ClientSocket HttpChan

HttpCont

public HttpServerContext HttpCont

HttpParsersMgr

public HttpContentParsersManager HttpParsersMgr
Constructor Detail

HttpRequestHandler

public HttpRequestHandler()
Method Detail

OnGet

public void OnGet(java.lang.String HttpRequestUri)
           throws java.io.IOException
Throws:
java.io.IOException