Uses of Interface
org.eclipse.jetty.client.api.Response.BeginListener
Packages that use Response.BeginListener
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.BeginListener in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Response.BeginListenerModifier and TypeClassDescriptionprivate class
private class
protected class
class
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.Methods in org.eclipse.jetty.client with parameters of type Response.BeginListenerModifier and TypeMethodDescriptionprivate void
ResponseNotifier.notifyBegin
(Response.BeginListener listener, Response response) HttpRequest.onResponseBegin
(Response.BeginListener listener) -
Uses of Response.BeginListener in org.eclipse.jetty.client.api
Subinterfaces of Response.BeginListener in org.eclipse.jetty.client.apiModifier and TypeInterfaceDescriptionstatic interface
Listener for all response events.Classes in org.eclipse.jetty.client.api that implement Response.BeginListenerMethods in org.eclipse.jetty.client.api with parameters of type Response.BeginListener -
Uses of Response.BeginListener in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Response.BeginListenerModifier and TypeClassDescriptionclass
Implementation ofResponse.Listener
that buffers the content up to a maximum length specified to the constructors.class
ABufferingResponseListener
that is also aFuture
, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)
is called, or toabort
the request/response conversation.class
Implementation ofResponse.Listener
that produces anInputStream
that allows applications to read the response content.