Uses of Class
org.eclipse.jetty.client.api.Response.Listener.Adapter
Packages that use Response.Listener.Adapter
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
-
Uses of Response.Listener.Adapter in org.eclipse.jetty.client
Subclasses of Response.Listener.Adapter in org.eclipse.jetty.clientModifier and TypeClassDescriptionprotected classclassA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308. -
Uses of Response.Listener.Adapter in org.eclipse.jetty.client.util
Subclasses of Response.Listener.Adapter in org.eclipse.jetty.client.utilModifier 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.