public static interface HttpProvider.HttpResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength()
Returns the HTTP Content-Length header value.
|
default Map<String,List<String>> |
getHeaders()
Returns all the headers from the response
|
InputStream |
getResponseBody()
Get the response body, as an InputStream.
|
int |
getStatusCode()
Returns the HTTP response status code.
|
int getStatusCode()
long getContentLength()
InputStream getResponseBody() throws IOException
IOException - if there is I/O troubleCopyright © 2020 HERE Europe B.V. All Rights Reserved.