All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AcceptEncoding Add anAccept-Encoding
header to the outgoing request viaRequestAcceptEncoding
.AdaptrisMessageEntity A streamed, repeatable entity that obtains its content from the associatedInterlokMessage.getInputStream()
.AnyScope Returnsorg.apache.http.auth.AuthScope#ANY
when requested to build a scope.ApacheHttpProducer Producer implementation that uses the Apache HTTP Client as the underlying transport.ApacheRequestAuthenticator ApacheRequestAuthenticator is an interface designed to facilitate HTTP Authentication in various ways.AuthScopeBuilder Adds support fororg.apache.http.auth.AuthScope
for username and password in a configuration friendly way.BasicHMACSignature Attempts to add an HMAC signature to the outgoing request.BranchingHttpRequestService Branch support for HTTP via interrogation of the HTTP status.ClientBuilderWithCredentials Allows you to specify aCredentialsProvider
as a default for theHttpClientBuilder
.CompositeClientBuilder HttpClientBuilderConfigurator
implementation that wraps a list of implementations.CompositeRequestHeaders Implementation ofRequestHeaderProvider
that uses its own configured handlers to add headers.CompositeResponseHeaderHandler Implementation ofResponseHeaderHandler
that uses nested handlers to extract headers from aHttpResponse
.ConfiguredAuthorizationHeader Build anHttpConstants.AUTHORIZATION
header from static data.ConfiguredRequestHeaders Implementation ofRequestHeaderProvider
that applies static configured values as headers.ConfiguredScope An explicitly configuredAuthScope
builder.CredentialsBuilder Adds support foroorg.apache.http.auth.Credentials
in a configuration friendly way.CredentialsProviderBuilder CustomTlsBuilder HttpClientBuilderConfigurator
implementation that allows you to customise keystores etc.CustomTlsBuilder.HostnameVerification DateHeader Adds a Date header viaRequestDate
.DefaultClientBuilder defaultHttpClientBuilderConfigurator
instanceDefaultCredentialsProviderBuilder Supports the use of aorg.apache.http.client.CredentialsProvider
where supported in a configuration friendly way.DiscardResponseHeaders ResponseHeaderHandler
implementation that discards the headers from the HTTP response.DynamicBasicAuthorizationHeader Build aHttpConstants.AUTHORIZATION
(Basic only) from configuration (or metadata).HMACSignatureImpl Base class for building a HMAC when doing HTTP requests.HMACSignatureImpl.Algorithm The algorithm to use when creating the message authentication code.HMACSignatureImpl.Encoding The encoding to use on the resulting signature.HttpClientBuilderConfigurator Interface that allowsHttpClientBuilder
configuration.HttpProducer Abstract base class for all Apache HTTP producer classes.HttpProducer.HttpMethod Maps various methods supported by the Apache Http client.HttpRequestService Direct HTTP support as a service rather wrapped viaStandaloneProducer
orStandaloneRequestor
.HttpRequestServiceImpl Direct HTTP support as a service rather than wrapped viaStandaloneProducer
orStandaloneRequestor
.MetadataRequestHeaders Implementation ofRequestHeaderProvider
that appliesAdaptrisMessage
metadata as headers using aMetadataFilter
.MetadataResponseHandlerFactory ImplementationResponseHandlerFactory
that writes the response to the named metadata key.NoConnectionManagement Remove any connection management from the underlyingHttpClientBuilder
instance.NoOpRequestHeaders Implementation ofRequestHeaderProvider
that adds no additional headersPayloadResponseHandlerFactory ImplementationResponseHandlerFactory
that writes the response to theAdaptrisMessage
payload.RemoveHeaders Remove headers from the outgoing request.RequestInterceptorBuilder RequestInterceptorClientBuilder HttpClientBuilderConfigurator
instance that allows additionalHttpRequestInterceptor
instances to be added to the outgoing request.ResponseHandlerFactory Factory for creating aResponseHandler
for use with theHttpClient.execute(org.apache.http.client.methods.HttpUriRequest, ResponseHandler)
method.ResponseHandlerFactoryImpl ResponseHandlerFactoryImpl.ResponseHandlerImpl ResponseHeadersAsMetadata Concrete implementation ofResponseHeaderHandler
which adds all the HTTP headers from the response as metadata to theAdaptrisMessage
.ResponseHeadersAsObjectMetadata Concrete implementation ofResponseHeaderHandler
which adds all the HTTP headers from the response as object metadata to theAdaptrisMessage
.ScopedCredential Wraps aAuthScope
andCredentials
for insertion into aCredentialsProvider
UsernamePassword Adds support fororg.apache.http.client.CredentialsProvider
for username and password in a configuration friendly way.