public interface ResponseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
completed(Response response)
Callback for when a response has been completely processed.
|
void |
error(java.lang.Throwable throwable)
Callback for when an error occurs in response processing and a Throwable is thrown.
|
void completed(Response response)
response - A Response instance.void error(java.lang.Throwable throwable)
throwable - A Throwable instance.