Uses of Class
org.eclipse.jetty.client.AbstractResponseListener
Packages that use AbstractResponseListener
- 
Uses of AbstractResponseListener in org.eclipse.jetty.client
Subclasses of AbstractResponseListener in org.eclipse.jetty.clientModifier and TypeClassDescriptionclassImplementation ofResponse.Listenerthat buffers the response content by copying it up to a maximum length specified to the constructors.classARetainingResponseListenerthat sends aRequestand returns aCompletableFuturethat is completed whenCompletableResponseListener.onComplete(Result)is called.protected classclassImplementation ofResponse.Listenerthat retains the response content without copying it, up to a configurable number of bytes.