Module org.eclipse.jetty.client
Package org.eclipse.jetty.client.util
Jetty Client : Utility Classes
-
Interface Summary Interface Description AbstractRequestContent.Producer -
Class Summary Class Description AbstractAuthentication AbstractRequestContent Partial implementation ofRequest.Content
.AbstractTypedContentProvider Deprecated. useAbstractRequestContent
instead.AsyncRequestContent BasicAuthentication Implementation of the HTTP "Basic" authentication defined in RFC 2617.BasicAuthentication.BasicResult Basic authentication result.BufferingResponseListener Implementation ofResponse.Listener
that buffers the content up to a maximum length specified to the constructors.ByteBufferContentProvider Deprecated. useByteBufferRequestContent
instead.ByteBufferRequestContent ARequest.Content
forByteBuffer
s.BytesContentProvider Deprecated. useBytesRequestContent
instead.BytesRequestContent ARequest.Content
for byte arrays.DeferredContentProvider Deprecated. useAsyncRequestContent
instead.DeferredContentProvider.Chunk DigestAuthentication Implementation of the HTTP "Digest" authentication defined in RFC 2617.FormContentProvider Deprecated. useFormRequestContent
instead.FormRequestContent ARequest.Content
for form uploads with the "application/x-www-form-urlencoded" content type.FutureResponseListener 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.InputStreamContentProvider Deprecated. useInputStreamRequestContent
insteadInputStreamRequestContent ARequest.Content
that produces content from anInputStream
.InputStreamResponseListener Implementation ofResponse.Listener
that produces anInputStream
that allows applications to read the response content.MultiPartContentProvider Deprecated. useMultiPartRequestContent
instead.MultiPartRequestContent ARequest.Content
for form uploads with the"multipart/form-data"
content type.OutputStreamContentProvider Deprecated. useOutputStreamRequestContent
insteadOutputStreamRequestContent ARequest.Content
that provides content asynchronously through anOutputStream
similar toAsyncRequestContent
.PathContentProvider Deprecated. usePathRequestContent
instead.PathRequestContent ARequest.Content
for files using JDK 7'sjava.nio.file
APIs.SPNEGOAuthentication Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.SPNEGOAuthentication.SPNEGOResult StringContentProvider Deprecated. useStringRequestContent
instead.StringRequestContent ARequest.Content
for strings.