javalightserver.bundled.httpd
Class HttpRequest

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

public class HttpRequest
extends java.lang.Object


Field Summary
 int HTTP_GET
           
 int HTTP_POST
           
 int HTTP_PUT
           
 int HTTP_REQ_TYPE
           
 int HTTP_UNKNOWN
           
 int Type
           
 
Constructor Summary
HttpRequest()
          Standard HttpRequest ctor
 
Method Summary
 java.lang.String parse(HttpRequestHandler httpRequestHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_UNKNOWN

public final int HTTP_UNKNOWN
See Also:
Constant Field Values

HTTP_GET

public final int HTTP_GET
See Also:
Constant Field Values

HTTP_PUT

public final int HTTP_PUT
See Also:
Constant Field Values

HTTP_POST

public final int HTTP_POST
See Also:
Constant Field Values

HTTP_REQ_TYPE

public int HTTP_REQ_TYPE

Type

public int Type
Constructor Detail

HttpRequest

public HttpRequest()
Standard HttpRequest ctor

Method Detail

parse

public java.lang.String parse(HttpRequestHandler httpRequestHandler)
                       throws java.lang.Exception
Throws:
java.lang.Exception