public interface Response
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name) |
Map<String,List<String>> |
getHeaders() |
InputStream |
getInputStream() |
int |
getStatusCode() |
String |
getStatusMessage() |
int getStatusCode()
throws IOException
IOExceptionString getStatusMessage() throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.