|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.data.processing.http.HttpHeaders
things.data.processing.http.HttpRequest
public class HttpRequest
An HTTP request.
Version History
EPG - Adapted from another project - 12 FEB 07
Nested Class Summary | |
---|---|
static class |
HttpRequest.Method
|
Field Summary | |
---|---|
HttpRequest.Method |
method
The HTTP method. |
java.lang.String |
methodText
The HTTP method text -- for debugging. |
Fields inherited from class things.data.processing.http.HttpHeaders |
---|
bodyValues, CODE_CONTINUE, CODE_OK, codeText, contentLength, contentType, headerItems, httpVersion, path, server, transferEncoding, urlValues |
Constructor Summary | |
---|---|
HttpRequest()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public HttpRequest.Method method
public java.lang.String methodText
Constructor Detail |
---|
public HttpRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |