|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--HTTPMessageReader
|
+--HTTPResponseReader
Stream reader for HTTP responses.
| Field Summary | |
(package private) java.lang.String |
statusCode
Status line: The status code, eg. 200, 404, etc. |
| Fields inherited from class HTTPMessageReader |
body, connection, contentLength, header, message, mustCloseConnection, offset, versionProtocol |
| Constructor Summary | |
HTTPResponseReader(java.io.InputStream istream)
Retrieves a HTTP response message from the connection stream. |
|
| Methods inherited from class HTTPMessageReader |
concatenateHeaderBody, eraseCommand, retrieveBody, retrieveHeader, toArray |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String statusCode
| Constructor Detail |
public HTTPResponseReader(java.io.InputStream istream)
throws java.io.IOException,
java.util.NoSuchElementException
istream - the stream
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||