Package interlok.http.apache.async
Adds supporting configuration for Apache HTTP asynchronous clients.
This package allows you to configure additional settings on the underlying HttpAsyncClientBuilder where
it is exposed.
-
Interface Summary Interface Description HttpAsyncClientBuilderConfig -
Class Summary Class Description AsyncWithCredentials Allows you to specify aCredentialsProvideras a default for theHttpClientBuilder.AsyncWithCustomKeystores HttpClientBuilderConfiguratorimplementation that allows you to customise keystores etc.AsyncWithInterceptors HttpClientBuilderConfiguratorinstance that allows additionalHttpRequestInterceptorinstances to be added to the outgoing request.CompositeAsyncClientBuilder HttpAsyncClientBuilderConfigimplementation that wraps a list of implementations.DefaultAsyncClientBuilder Provides some sensible default behaviour for configuring anHttpAsyncClientBuilder.