|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.go.trove.net.HttpClient.Response
| Method Summary | |
HttpHeaderMap |
getHeaders()
|
java.io.InputStream |
getInputStream()
Returns an InputStream supplying the body of the response. |
int |
getStatusCode()
Resturns the server's status code, 200 for OK, 404 for not found, etc. |
java.lang.String |
getStatusMessage()
Returns the server's status message accompanying the status code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getStatusCode()
public java.lang.String getStatusMessage()
public HttpHeaderMap getHeaders()
public java.io.InputStream getInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||