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