Name | Type | Description |
---|---|---|
contentAsString | String | The server???s response content as a string |
contentLength | String | The server???s response content length |
statusCode | String | The server???s response status code |
Name | Returns |
---|---|
RESTResponse(org.apache.http.HttpResponse ) | constructor |
getAllHeaders() | Properties |
getHttpResponse() | org.apache.http.HttpResponse |
getStatusPhrase() | String |
Method | Returns |
---|---|
RESTHost.executeRequestWithCredentials(String method, String url, Object content, String user, String pass) | RESTResponse |
RESTRequest.execute() | RESTResponse |
RESTRequest.executeWithCredentials(String user, String pass) | RESTResponse |
RESTRequest.setHeader(String header, String value) | RESTResponse |
None |
---|