Package org.eclipse.jetty.client
Interface Request.FailureListener
- All Superinterfaces:
EventListener
,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- Enclosing interface:
- Request
Listener for the request failed event.
-
Method Summary
-
Method Details
-
onFailure
Callback method invoked when the request has failed to be sent- Parameters:
request
- the request that failedfailure
- the failure
-