|
||||||||||
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.HttpResponse
public class HttpResponse
An HTTP response.
Version History
EPG - Initial - 12 FEB 07
Field Summary | |
---|---|
boolean |
alwaysDrain
Always drain flag. |
java.io.InputStream |
bodyStream
The busy stream. |
int |
code
The busy stream. |
java.lang.String |
reasonPhrase
The reason phrase. |
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 | |
---|---|
HttpResponse()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.io.InputStream bodyStream
public int code
public java.lang.String reasonPhrase
public boolean alwaysDrain
Constructor Detail |
---|
public HttpResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |