Package org.eclipse.jetty.client.api
Interface Response.FailureListener
-
- All Superinterfaces:
EventListener,Response.ResponseListener
- All Known Subinterfaces:
Response.Listener
- All Known Implementing Classes:
BufferingResponseListener,ContinueProtocolHandler.ContinueListener,FutureResponseListener,InputStreamResponseListener,RedirectProtocolHandler,Response.Listener.Adapter
- Enclosing interface:
- Response
public static interface Response.FailureListener extends Response.ResponseListener
Listener for the response failure event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(Response response, Throwable failure)Callback method invoked when the response has failed in the process of being received
-