|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavalightserver.bundled.httpd.HttpRequest
public class HttpRequest
| 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 |
|---|
public final int HTTP_UNKNOWN
public final int HTTP_GET
public final int HTTP_PUT
public final int HTTP_POST
public int HTTP_REQ_TYPE
public int Type
| Constructor Detail |
|---|
public HttpRequest()
| Method Detail |
|---|
public java.lang.String parse(HttpRequestHandler httpRequestHandler)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||