Uses of Interface
org.eclipse.jetty.client.Response.Listener
Package
Description
Jetty Proxy : Async Proxy Support
-
Uses of Response.Listener in org.eclipse.jetty.client
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.Modifier and TypeMethodDescriptionAuthenticationProtocolHandler.getResponseListener()
ContinueProtocolHandler.getResponseListener()
EarlyHintsProtocolHandler.getResponseListener()
ProcessingProtocolHandler.getResponseListener()
ProtocolHandler.getResponseListener()
RedirectProtocolHandler.getResponseListener()
UpgradeProtocolHandler.getResponseListener()
-
Uses of Response.Listener in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionboolean
ResponseListeners.addListener
(Response.Listener listener) void
HttpConversation.updateResponseListeners
(Response.Listener overrideListener) Requests to update the response listener, eventually using the given override response listener, that must be notified instead of the first exchange response listeners. -
Uses of Response.Listener in org.eclipse.jetty.ee10.proxy
Modifier and TypeClassDescriptionprotected class
protected class
Modifier and TypeMethodDescriptionprotected Response.Listener
ProxyServlet.newProxyResponseListener
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of Response.Listener in org.eclipse.jetty.proxy
CompletableResponseListener
instead