Package org.eclipse.jetty.client.util
package org.eclipse.jetty.client.util
Jetty Client : Utility Classes
-
ClassDescriptionPartial implementation of
Request.Content.Deprecated.Implementation of the HTTP "Basic" authentication defined in RFC 2617.Basic authentication result.Implementation ofResponse.Listenerthat buffers the content up to a maximum length specified to the constructors.Deprecated.useByteBufferRequestContentinstead.ARequest.ContentforByteBuffers.Deprecated.useBytesRequestContentinstead.ARequest.Contentfor byte arrays.Deprecated.useAsyncRequestContentinstead.Implementation of the HTTP "Digest" authentication defined in RFC 2617.Deprecated.useFormRequestContentinstead.ARequest.Contentfor 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.Deprecated.useInputStreamRequestContentinsteadARequest.Contentthat produces content from anInputStream.Implementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.Deprecated.useMultiPartRequestContentinstead.ARequest.Contentfor form uploads with the"multipart/form-data"content type.Deprecated.useOutputStreamRequestContentinsteadARequest.Contentthat provides content asynchronously through anOutputStreamsimilar toAsyncRequestContent.Deprecated.usePathRequestContentinstead.ARequest.Contentfor files using JDK 7'sjava.nio.fileAPIs.Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.Deprecated.useStringRequestContentinstead.ARequest.Contentfor strings.
AbstractRequestContentinstead.