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 interfaceListener for the request begin event.static interfaceListener for the request committed event.static interfaceListener for the request content event.static interfaceListener for the request failed event.static interfaceListener for the request headers event.static interfaceListener for all request events.static interfaceListener for the request queued event.static interfaceListener 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)