public interface ResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handleResponse(org.apache.http.client.methods.HttpRequestBase request,
org.apache.http.HttpResponse response) |
T handleResponse(org.apache.http.client.methods.HttpRequestBase request, org.apache.http.HttpResponse response) throws IOException
IOExceptionCopyright © 2003–2018 Atlassian. All rights reserved.