public interface Response extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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
IOExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2021. All rights reserved.