public static class SimpleRestClient.Response extends Object
| Constructor and Description |
|---|
Response(HttpURLConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
InputStream |
asInputStream() |
String |
asString() |
String |
getMessage() |
int |
getStatusCode() |
public Response(HttpURLConnection connection)
public int getStatusCode()
public String getMessage()
public InputStream asInputStream()
public String asString()
public byte[] asBytes()
Copyright © 2017 DevCon5 GmbH. All rights reserved.