Uses of Interface
org.eclipse.jetty.client.api.Request.RequestListener
Packages that use Request.RequestListener
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
-
Uses of Request.RequestListener in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with type parameters of type Request.RequestListenerModifier and TypeMethodDescription<T extends Request.RequestListener>
List<T>HttpRequest.getRequestListeners
(Class<T> type) -
Uses of Request.RequestListener in org.eclipse.jetty.client.api
Subinterfaces of Request.RequestListener in org.eclipse.jetty.client.apiModifier and TypeInterfaceDescriptionstatic interface
Listener for the request begin event.static interface
Listener for the request committed event.static interface
Listener for the request content event.static interface
Listener for the request failed event.static interface
Listener for the request headers event.static interface
Listener for all request events.static interface
Listener for the request queued event.static interface
Listener for the request succeeded event.Classes in org.eclipse.jetty.client.api that implement Request.RequestListenerMethods in org.eclipse.jetty.client.api with type parameters of type Request.RequestListenerModifier and TypeMethodDescription<T extends Request.RequestListener>
List<T>Request.getRequestListeners
(Class<T> listenerClass)