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()
.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.BasicHMACSignature Attempts to add an HMAC signature to the outgoing request.BranchingHttpRequestService Branch support for HTTP via interrogation of the HTTP status.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.CustomTlsBuilder HttpClientBuilderConfigurator
implementation that allows you to customise keystores etc.CustomTlsBuilder.HostnameVerification DateHeader Adds a Date header viaRequestDate
.DefaultClientBuilder defaultHttpClientBuilderConfigurator
instanceDiscardResponseHeaders 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 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
.