Package org.eclipse.jetty.client.api
Interface Request.QueuedListener
- All Superinterfaces:
EventListener,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- All Known Implementing Classes:
Request.Listener.Adapter
- Enclosing interface:
Request
@Deprecated(since="2021-05-27")
public static interface Request.QueuedListener
extends Request.RequestListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Listener for the request queued event.
-
Method Summary
-
Method Details
-
onQueued
Deprecated.Callback method invoked when the request is queued, waiting to be sent- Parameters:
request- the request being queued
-