java.util.EventListener, Response.ResponseListenerResponse.ListenerBufferingResponseListener, ContinueProtocolHandler.ContinueListener, FutureResponseListener, InputStreamResponseListener, RedirectProtocolHandler, Response.Listener.Adapterpublic static interface Response.FailureListener extends Response.ResponseListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onFailure(Response response,
java.lang.Throwable failure) |
Callback method invoked when the response has failed in the process of being received
|
void onFailure(Response response, java.lang.Throwable failure)
response - the response containing data up to the point the failure happenedfailure - the failure happenedCopyright © 1995–2017 Webtide. All rights reserved.