- All Superinterfaces:
EventListener,Response.ResponseListener
- All Known Subinterfaces:
Response.Listener
- All Known Implementing Classes:
BufferingResponseListener,CompletableResponseListener,ContinueProtocolHandler.ContinueListener,FutureResponseListener,InputStreamResponseListener,RedirectProtocolHandler
- Enclosing interface:
Response
Listener for the response failure event.
-
Method Summary
-
Method Details
-
onFailure
Callback method invoked when the response has failed in the process of being received- Parameters:
response- the response containing data up to the point the failure happenedfailure- the failure happened
-