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. useAbstractRequestContentinstead.AsyncRequestContent BasicAuthentication Implementation of the HTTP "Basic" authentication defined in RFC 2617.BasicAuthentication.BasicResult Basic authentication result.BufferingResponseListener Implementation ofResponse.Listenerthat buffers the content up to a maximum length specified to the constructors.ByteBufferContentProvider Deprecated. useByteBufferRequestContentinstead.ByteBufferRequestContent ARequest.ContentforByteBuffers.BytesContentProvider Deprecated. useBytesRequestContentinstead.BytesRequestContent ARequest.Contentfor byte arrays.DeferredContentProvider Deprecated. useAsyncRequestContentinstead.DeferredContentProvider.Chunk DigestAuthentication Implementation of the HTTP "Digest" authentication defined in RFC 2617.FormContentProvider Deprecated. useFormRequestContentinstead.FormRequestContent ARequest.Contentfor form uploads with the "application/x-www-form-urlencoded" content type.FutureResponseListener ABufferingResponseListenerthat is also aFuture, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)is called, or toabortthe request/response conversation.InputStreamContentProvider Deprecated. useInputStreamRequestContentinsteadInputStreamRequestContent ARequest.Contentthat produces content from anInputStream.InputStreamResponseListener Implementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.MultiPartContentProvider Deprecated. useMultiPartRequestContentinstead.MultiPartRequestContent ARequest.Contentfor form uploads with the"multipart/form-data"content type.OutputStreamContentProvider Deprecated. useOutputStreamRequestContentinsteadOutputStreamRequestContent ARequest.Contentthat provides content asynchronously through anOutputStreamsimilar toAsyncRequestContent.PathContentProvider Deprecated. usePathRequestContentinstead.PathRequestContent ARequest.Contentfor files using JDK 7'sjava.nio.fileAPIs.SPNEGOAuthentication Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.SPNEGOAuthentication.SPNEGOResult StringContentProvider Deprecated. useStringRequestContentinstead.StringRequestContent ARequest.Contentfor strings.