Uses of Interface
org.eclipse.jetty.client.Response.ResponseListener
Package
Description
Jetty Proxy : Async Proxy Support
-
Uses of Response.ResponseListener in org.eclipse.jetty.client
Modifier and TypeInterfaceDescriptionstatic interface
Asynchronous listener for the response content events.static interface
Listener for the response begin event.static interface
Listener for the request and response completed event.static interface
Synchronous listener for the response content events.static interface
Asynchronous listener for the response content events.static interface
Listener for the response failure event.static interface
Listener for a response header event.static interface
Listener for the response headers event.static interface
Listener for all response events.static interface
Listener for the response succeeded event.Modifier and TypeClassDescriptionclass
Implementation ofResponse.Listener
that buffers the content up to a maximum length specified to the constructors.class
ABufferingResponseListener
that sends aRequest
and returns aCompletableFuture
that is completed whenCompletableResponseListener.onComplete(Result)
is called.protected class
class
Deprecated.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. -
Uses of Response.ResponseListener in org.eclipse.jetty.ee10.proxy
Modifier and TypeClassDescriptionprotected class
protected class
-
Uses of Response.ResponseListener in org.eclipse.jetty.ee10.websocket.jakarta.client.internal
-
Uses of Response.ResponseListener in org.eclipse.jetty.proxy
-
Uses of Response.ResponseListener in org.eclipse.jetty.websocket.client.internal
-
Uses of Response.ResponseListener in org.eclipse.jetty.websocket.core.client
CompletableResponseListener
instead