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.Listener
that buffers the content up to a maximum length specified to the constructors.Deprecated.useByteBufferRequestContent
instead.ARequest.Content
forByteBuffer
s.Deprecated.useBytesRequestContent
instead.ARequest.Content
for byte arrays.Deprecated.useAsyncRequestContent
instead.Implementation of the HTTP "Digest" authentication defined in RFC 2617.Deprecated.useFormRequestContent
instead.ARequest.Content
for form uploads with the "application/x-www-form-urlencoded" content type.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.Deprecated.useInputStreamRequestContent
insteadARequest.Content
that produces content from anInputStream
.Implementation ofResponse.Listener
that produces anInputStream
that allows applications to read the response content.Deprecated.useMultiPartRequestContent
instead.ARequest.Content
for form uploads with the"multipart/form-data"
content type.Deprecated.useOutputStreamRequestContent
insteadARequest.Content
that provides content asynchronously through anOutputStream
similar toAsyncRequestContent
.Deprecated.usePathRequestContent
instead.ARequest.Content
for files using JDK 7'sjava.nio.file
APIs.Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.Deprecated.useStringRequestContent
instead.ARequest.Content
for strings.
AbstractRequestContent
instead.