Uses of Interface
org.eclipse.jetty.client.api.Request.RequestListener
-
Packages that use Request.RequestListener Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api 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.RequestListener Modifier and Type Method Description <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.api Modifier and Type Interface Description static interfaceRequest.BeginListenerListener for the request begin event.static interfaceRequest.CommitListenerListener for the request committed event.static interfaceRequest.ContentListenerListener for the request content event.static interfaceRequest.FailureListenerListener for the request failed event.static interfaceRequest.HeadersListenerListener for the request headers event.static interfaceRequest.ListenerListener for all request events.static interfaceRequest.QueuedListenerListener for the request queued event.static interfaceRequest.SuccessListenerListener for the request succeeded event.Classes in org.eclipse.jetty.client.api that implement Request.RequestListener Modifier and Type Class Description static classRequest.Listener.AdapterAn empty implementation ofRequest.ListenerMethods in org.eclipse.jetty.client.api with type parameters of type Request.RequestListener Modifier and Type Method Description <T extends Request.RequestListener>
List<T>Request. getRequestListeners(Class<T> listenerClass)
-