RequestReplyProducerImp that uses the Apache HTTP Client as the underlying transport.See: Description
| Interface | Description |
|---|---|
| ApacheRequestAuthenticator |
ApacheRequestAuthenticator is an interface designed to facilitate HTTP Authentication in various ways.
|
| ResponseHandlerFactory |
Factory for creating a
ResponseHandler for use with the
HttpClient.execute(HttpUriRequest, ResponseHandler) method. |
| Class | Description |
|---|---|
| AdaptrisMessageEntity |
A streamed, repeatable entity that obtains its content from the associated
InterlokMessage.getInputStream(). |
| ApacheHttpProducer |
Producer implementation that uses the Apache HTTP Client as the underlying transport.
|
| BranchingHttpRequestService |
Branch support for HTTP via interrogation of the HTTP status.
|
| CompositeRequestHeaders |
Implementation of
RequestHeaderProvider that uses its own configured handlers to add headers. |
| CompositeResponseHeaderHandler |
Implementation of
ResponseHeaderHandler that uses nested handlers to extract headers from a HttpResponse. |
| ConfiguredAuthorizationHeader |
Build an
HttpConstants.AUTHORIZATION header from static data. |
| ConfiguredRequestHeaders |
Implementation of
RequestHeaderProvider that applies static configured values as headers. |
| CustomApacheHttpProducer |
Apache HTTP client producer with customised TLS/SSL settings.
|
| DiscardResponseHeaders |
ResponseHeaderHandler implementation that discards the headers from the HTTP response. |
| DynamicBasicAuthorizationHeader |
Build a
HttpConstants.AUTHORIZATION (Basic only) from configuration (or metadata). |
| HttpProducer |
Abstract base class for all Apache HTTP producer classes.
|
| HttpRequestService |
Direct HTTP support as a service rather wrapped via
StandaloneProducer or StandaloneRequestor. |
| HttpRequestServiceImpl |
Direct HTTP support as a service rather than wrapped via
StandaloneProducer or StandaloneRequestor. |
| MetadataAuthorizationHeader |
Build an
HttpConstants.AUTHORIZATION header from metadata. |
| MetadataContentTypeProvider | Deprecated
since 3.0.6 use
MetadataContentTypeProvider instead. |
| MetadataRequestHeaders |
Implementation of
RequestHeaderProvider that applies AdaptrisMessage metadata as headers using a
MetadataFilter. |
| MetadataResponseHandlerFactory |
Implementation
ResponseHandlerFactory that writes the response to the named metadata key. |
| NoOpRequestHeaders |
Implementation of
RequestHeaderProvider that adds no additional headers |
| PayloadResponseHandlerFactory |
Implementation
ResponseHandlerFactory that writes the response to the AdaptrisMessage payload. |
| ResponseHandlerFactoryImpl | |
| ResponseHeadersAsMetadata |
Concrete implementation of
ResponseHeaderHandler which adds all the HTTP headers from the
response as metadata to the AdaptrisMessage. |
| ResponseHeadersAsObjectMetadata |
Concrete implementation of
ResponseHeaderHandler which adds all the HTTP headers from the
response as object metadata to the AdaptrisMessage. |
| StaticContentTypeProvider | Deprecated
since 3.0.6 use
ConfiguredContentTypeProvider instead. |
| Enum | Description |
|---|---|
| CustomApacheHttpProducer.HostnameVerification | |
| HttpProducer.HttpMethod |
Maps various methods supported by the Apache Http client.
|
RequestReplyProducerImp that uses the Apache HTTP Client as the underlying transport.Copyright Adaptris