| Constructor and Description |
|---|
ApacheHttpClientResponse(int statusCode,
InputStream in,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
headers() |
InputStream |
inputStream() |
int |
statusCode() |
public ApacheHttpClientResponse(int statusCode,
InputStream in,
Map<String,List<String>> headers)
public int statusCode()
statusCode in interface Responsepublic InputStream inputStream() throws IOException
inputStream in interface ResponseIOExceptionCopyright © 2023. All rights reserved.