Uses of Interface
org.eclipse.jetty.client.Response.SuccessListener
Packages that use Response.SuccessListener
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.SuccessListener in org.eclipse.jetty.client
Subinterfaces of Response.SuccessListener in org.eclipse.jetty.clientModifier and TypeInterfaceDescriptionstatic interfaceListener for all response events.Classes in org.eclipse.jetty.client that implement Response.SuccessListenerModifier and TypeClassDescriptionclassInstances of this class are not reusable, so one must be allocated for each request.classImplementation ofAbstractResponseListenerthat 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 produces anInputStreamthat allows applications to read the response content.classImplementation ofResponse.ContentListenerthat saves the response content to a filePath, likecurl <url> -o file.bindoes.classA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.classImplementation ofAbstractResponseListenerthat 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.SuccessListener -
Uses of Response.SuccessListener in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type Response.SuccessListenerModifier and TypeMethodDescriptionbooleanResponseListeners.addSuccessListener(Response.SuccessListener listener) HttpRequest.onResponseSuccess(Response.SuccessListener listener) -
Uses of Response.SuccessListener in org.eclipse.jetty.ee10.proxy
Classes in org.eclipse.jetty.ee10.proxy that implement Response.SuccessListenerModifier and TypeClassDescriptionprotected classprotected class -
Uses of Response.SuccessListener in org.eclipse.jetty.ee11.proxy
Classes in org.eclipse.jetty.ee11.proxy that implement Response.SuccessListenerModifier and TypeClassDescriptionprotected classprotected class -
Uses of Response.SuccessListener in org.eclipse.jetty.ee8.proxy
Classes in org.eclipse.jetty.ee8.proxy that implement Response.SuccessListenerModifier and TypeClassDescriptionprotected classprotected class -
Uses of Response.SuccessListener in org.eclipse.jetty.ee9.proxy
Classes in org.eclipse.jetty.ee9.proxy that implement Response.SuccessListenerModifier and TypeClassDescriptionprotected classprotected class -
Uses of Response.SuccessListener in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Response.SuccessListener