Package org.eclipse.jetty.client.api
Interface Request.SuccessListener
- All Superinterfaces:
EventListener
,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- All Known Implementing Classes:
Request.Listener.Adapter
- 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
-