Package org.eclipse.jetty.client
Interface Request.QueuedListener
- All Superinterfaces:
EventListener
,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- Enclosing interface:
- Request
Listener for the request queued event.
-
Method Summary
-
Method Details
-
onQueued
Callback method invoked when the request is queued, waiting to be sent- Parameters:
request
- the request being queued
-