Package org.eclipse.jetty.client.util
package org.eclipse.jetty.client.util
Jetty Client : Utility Classes
-
ClassDescriptionImplementation of the HTTP "Basic" authentication defined in RFC 2617.Basic authentication result.Implementation of
Response.Listenerthat buffers the content up to a maximum length specified to the constructors.AContentProviderforByteBuffers.AContentProviderfor byte arrays.AContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.Implementation of the HTTP "Digest" authentication defined in RFC 2617.AContentProviderfor form uploads with the "application/x-www-form-urlencoded" content type.ABufferingResponseListenerthat is also aFuture, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)is called, or toabortthe request/response conversation.AContentProviderfor anInputStream.Implementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.AContentProviderfor form uploads with the"multipart/form-data"content type.AContentProviderthat provides content asynchronously through anOutputStreamsimilar toDeferredContentProvider.AContentProviderfor files using JDK 7'sjava.nio.fileAPIs.Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.AContentProviderfor strings.