Uses of Interface
org.eclipse.jetty.client.Response.AsyncContentListener
Packages that use Response.AsyncContentListener
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Proxy : Async Proxy Support
Jetty Proxy : Async Proxy Support
Jetty Proxy : Async Proxy Support
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.client
Subinterfaces of Response.AsyncContentListener in org.eclipse.jetty.clientModifier and TypeInterfaceDescriptionstatic interface
Synchronous listener for the response content events.static interface
Listener for all response events.Classes in org.eclipse.jetty.client that implement Response.AsyncContentListenerModifier and TypeClassDescriptionclass
class
Implementation ofResponse.Listener
that buffers the response content by copying it up to a maximum length specified to the constructors.class
ARetainingResponseListener
that sends aRequest
and returns aCompletableFuture
that is completed whenCompletableResponseListener.onComplete(Result)
is called.protected class
class
Implementation ofResponse.Listener
that produces anInputStream
that allows applications to read the response content.class
Implementation ofResponse.ContentListener
that saves the response content to a filePath
, likecurl <url> -o file.bin
does.class
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.class
Implementation ofResponse.Listener
that retains the response content without copying it, up to a configurable number of bytes.Methods in org.eclipse.jetty.client with parameters of type Response.AsyncContentListenerModifier and TypeMethodDescriptionRequest.onResponseContentAsync
(Response.AsyncContentListener listener) -
Uses of Response.AsyncContentListener in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type Response.AsyncContentListenerModifier and TypeMethodDescriptionHttpRequest.onResponseContentAsync
(Response.AsyncContentListener listener) -
Uses of Response.AsyncContentListener in org.eclipse.jetty.ee10.proxy
Classes in org.eclipse.jetty.ee10.proxy that implement Response.AsyncContentListenerModifier and TypeClassDescriptionprotected class
protected class
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.ee11.proxy
Classes in org.eclipse.jetty.ee11.proxy that implement Response.AsyncContentListenerModifier and TypeClassDescriptionprotected class
protected class
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.ee8.proxy
Classes in org.eclipse.jetty.ee8.proxy that implement Response.AsyncContentListenerModifier and TypeClassDescriptionprotected class
protected class
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.ee9.proxy
Classes in org.eclipse.jetty.ee9.proxy that implement Response.AsyncContentListenerModifier and TypeClassDescriptionprotected class
protected class
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Response.AsyncContentListener