Package org.eclipse.jetty.client
Interface Request.SuccessListener
- All Superinterfaces:
EventListener
,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- Enclosing interface:
- Request
Listener for the request succeeded event.
-
Method Summary
-
Method Details
-
onSuccess
Callback method invoked when the request has been successfully sent.- Parameters:
request
- the request sent
-