Uses of Interface
org.eclipse.jetty.client.api.Request.Listener
-
Packages that use Request.Listener 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.Listener in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return types with arguments of type Request.Listener Modifier and Type Method Description List<Request.Listener>HttpClient. getRequestListeners()Returns a non thread-safe list ofRequest.Listeners that can be modified before performing requests.Methods in org.eclipse.jetty.client with parameters of type Request.Listener Modifier and Type Method Description RequestHttpRequest. listener(Request.Listener listener) -
Uses of Request.Listener in org.eclipse.jetty.client.api
Classes in org.eclipse.jetty.client.api that implement Request.Listener Modifier and Type Class Description static classRequest.Listener.AdapterAn empty implementation ofRequest.ListenerMethods in org.eclipse.jetty.client.api with parameters of type Request.Listener Modifier and Type Method Description RequestRequest. listener(Request.Listener listener)
-