public static class HttpRequest.ResponseJava extends java.lang.Object implements Response
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns the content of the http
|
int |
getResponseCode()
Returns the http status code
|
public int getResponseCode()
getResponseCode in interface Responsepublic java.lang.String getContent()
getContent in interface Response