Uses of Interface
org.eclipse.jetty.client.api.Response.CompleteListener
Packages that use Response.CompleteListener
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
-
Uses of Response.CompleteListener in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Response.CompleteListenerModifier and TypeClassDescriptionprotected classclassA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.classDeprecated.Methods in org.eclipse.jetty.client that return types with arguments of type Response.CompleteListenerMethods in org.eclipse.jetty.client with parameters of type Response.CompleteListenerModifier and TypeMethodDescriptionHttpRequest.onComplete(Response.CompleteListener listener) HttpRedirector.redirect(Request request, Response response, Response.CompleteListener listener) Redirects the givenresponseasynchronously.voidHttpConnection.send(Request request, Response.CompleteListener listener) voidHttpDestination.send(Request request, Response.CompleteListener listener) voidHttpRequest.send(Response.CompleteListener listener) Method parameters in org.eclipse.jetty.client with type arguments of type Response.CompleteListenerModifier and TypeMethodDescriptionHttpRequest.pushListener(BiFunction<Request, Request, Response.CompleteListener> listener) Sets a listener for pushed resources. -
Uses of Response.CompleteListener in org.eclipse.jetty.client.api
Subinterfaces of Response.CompleteListener in org.eclipse.jetty.client.apiModifier and TypeInterfaceDescriptionstatic interfaceListener for all response events.Classes in org.eclipse.jetty.client.api that implement Response.CompleteListenerMethods in org.eclipse.jetty.client.api with parameters of type Response.CompleteListenerModifier and TypeMethodDescriptionRequest.onComplete(Response.CompleteListener listener) voidConnection.send(Request request, Response.CompleteListener listener) Sends a request with an associated response listener.voidRequest.send(Response.CompleteListener listener) Sends this request and asynchronously notifies the given listener for response events. -
Uses of Response.CompleteListener in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type Response.CompleteListenerModifier and TypeMethodDescriptionvoidHttpConnectionOverHTTP.send(Request request, Response.CompleteListener listener) -
Uses of Response.CompleteListener in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Response.CompleteListenerModifier and TypeClassDescriptionclassImplementation ofResponse.Listenerthat buffers the content up to a maximum length specified to the constructors.classABufferingResponseListenerthat is also aFuture, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)is called, or toabortthe request/response conversation.classImplementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.
CyclicTimeoutsinstead.