Uses of Interface
org.eclipse.jetty.client.api.Request.Listener
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.Listener in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionHttpClient.getRequestListeners()
Returns a non thread-safe list ofRequest.Listener
s that can be modified before performing requests. -
Uses of Request.Listener in org.eclipse.jetty.client.api