public class BaseResponseHandler<T> extends Object implements ResponseHandler<T>
Constructor and Description |
---|
BaseResponseHandler() |
Modifier and Type | Method and Description |
---|---|
T |
handleResponse(org.apache.http.client.methods.HttpRequestBase request,
org.apache.http.HttpResponse response) |
public T handleResponse(org.apache.http.client.methods.HttpRequestBase request, org.apache.http.HttpResponse response) throws IOException
handleResponse
in interface ResponseHandler<T>
IOException
Copyright © 2003–2020 Atlassian. All rights reserved.