Uses of Interface
org.eclipse.jetty.client.api.Response.DemandedContentListener
Packages that use Response.DemandedContentListener
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.DemandedContentListener in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Response.DemandedContentListenerModifier and TypeClassDescriptionprotected classclassA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.Methods in org.eclipse.jetty.client with parameters of type Response.DemandedContentListenerModifier and TypeMethodDescriptionHttpRequest.onResponseContentDemanded(Response.DemandedContentListener listener) Method parameters in org.eclipse.jetty.client with type arguments of type Response.DemandedContentListenerModifier and TypeMethodDescriptionvoidResponseNotifier.notifyBeforeContent(Response response, ObjLongConsumer<Object> demand, List<Response.DemandedContentListener> contentListeners) voidResponseNotifier.notifyContent(Response response, ObjLongConsumer<Object> demand, ByteBuffer buffer, org.eclipse.jetty.util.Callback callback, List<Response.DemandedContentListener> contentListeners) -
Uses of Response.DemandedContentListener in org.eclipse.jetty.client.api
Subinterfaces of Response.DemandedContentListener in org.eclipse.jetty.client.apiModifier and TypeInterfaceDescriptionstatic interfaceAsynchronous listener for the response content events.static interfaceSynchronous listener for the response content events.static interfaceListener for all response events.Classes in org.eclipse.jetty.client.api that implement Response.DemandedContentListenerMethods in org.eclipse.jetty.client.api with parameters of type Response.DemandedContentListenerModifier and TypeMethodDescriptionRequest.onResponseContentDemanded(Response.DemandedContentListener listener) -
Uses of Response.DemandedContentListener in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Response.DemandedContentListenerModifier 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.