public interface ResponseHandler<T>
HttpResponse.| Modifier and Type | Method and Description |
|---|---|
T |
handleResponse(org.apache.hc.core5.http.HttpResponse response)
Processes an
HttpResponse and returns some value
corresponding to that response. |
T handleResponse(org.apache.hc.core5.http.HttpResponse response) throws IOException
HttpResponse and returns some value
corresponding to that response.response - The response to processIOException - in case of a problem or the connection was abortedCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.