Uses of Interface
org.eclipse.jetty.client.api.Response.AsyncContentListener
-
Packages that use Response.AsyncContentListener Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classes -
-
Uses of Response.AsyncContentListener in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Response.AsyncContentListener Modifier and Type Class Description protected classContinueProtocolHandler.ContinueListenerclassRedirectProtocolHandlerA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.Methods in org.eclipse.jetty.client with parameters of type Response.AsyncContentListener Modifier and Type Method Description RequestHttpRequest. onResponseContentAsync(Response.AsyncContentListener listener)Method parameters in org.eclipse.jetty.client with type arguments of type Response.AsyncContentListener Modifier and Type Method Description voidResponseNotifier. notifyContent(Response response, java.nio.ByteBuffer buffer, org.eclipse.jetty.util.Callback callback, java.util.List<Response.AsyncContentListener> contentListeners) -
Uses of Response.AsyncContentListener in org.eclipse.jetty.client.api
Subinterfaces of Response.AsyncContentListener in org.eclipse.jetty.client.api Modifier and Type Interface Description static interfaceResponse.ListenerListener for all response events.Classes in org.eclipse.jetty.client.api that implement Response.AsyncContentListener Modifier and Type Class Description static classResponse.Listener.AdapterAn empty implementation ofResponse.ListenerMethods in org.eclipse.jetty.client.api with parameters of type Response.AsyncContentListener Modifier and Type Method Description RequestRequest. onResponseContentAsync(Response.AsyncContentListener listener) -
Uses of Response.AsyncContentListener in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Response.AsyncContentListener Modifier and Type Class Description classBufferingResponseListenerImplementation ofResponse.Listenerthat buffers the content up to a maximum length specified to the constructors.classFutureResponseListenerABufferingResponseListenerthat is also aFuture, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)is called, or toabortthe request/response conversation.classInputStreamResponseListenerImplementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.
-