public interface JsonResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handle(org.apache.http.client.methods.HttpUriRequest request,
ResponseHelper response) |
T |
handleException(org.apache.http.client.methods.HttpUriRequest request,
Exception exception) |
T handleException(org.apache.http.client.methods.HttpUriRequest request, Exception exception) throws RuntimeException
RuntimeExceptionT handle(org.apache.http.client.methods.HttpUriRequest request, ResponseHelper response) throws RuntimeException
RuntimeExceptionCopyright © 2020. All rights reserved.