Package org.eclipse.jetty.client.util
Jetty Client : Utility Classes
-
Class Summary Class Description AbstractAuthentication AbstractTypedContentProvider 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 AContentProviderforByteBuffers.BytesContentProvider AContentProviderfor byte arrays.DeferredContentProvider AContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.DeferredContentProvider.Chunk DigestAuthentication Implementation of the HTTP "Digest" authentication defined in RFC 2617.FormContentProvider AContentProviderfor 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 AContentProviderfor anInputStream.InputStreamResponseListener Implementation ofResponse.Listenerthat produces anInputStreamthat allows applications to read the response content.MultiPartContentProvider AContentProviderfor form uploads with the"multipart/form-data"content type.OutputStreamContentProvider AContentProviderthat provides content asynchronously through anOutputStreamsimilar toDeferredContentProvider.PathContentProvider AContentProviderfor files using JDK 7'sjava.nio.fileAPIs.SPNEGOAuthentication Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.SPNEGOAuthentication.SPNEGOResult StringContentProvider AContentProviderfor strings.