public final class RestResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyAsBytes() |
InputStream |
getBodyAsStream() |
String |
getBodyAsString() |
String |
getBodyAsString(String encoding) |
String |
getHeader(String name) |
String |
getHeader(String name,
String defaultValue) |
Set<String> |
getHeaderNames() |
Map<String,String> |
getHeaders() |
int |
getStatus() |
static RestResponse |
of(RestClient client,
org.apache.commons.httpclient.HttpMethod method) |
public int getStatus()
public byte[] getBodyAsBytes()
public String getBodyAsString()
public InputStream getBodyAsStream()
public static RestResponse of(RestClient client, org.apache.commons.httpclient.HttpMethod method) throws CommonException
CommonExceptionCopyright © 2023. All rights reserved.