Class AsyncWithCustomKeystores

java.lang.Object
interlok.http.apache.async.AsyncWithCustomKeystores
All Implemented Interfaces:
HttpAsyncClientBuilderConfig

@ComponentProfile(since="4.5.0", summary="Allows you to configure custom keystores when building the HttpAsyncClient") public class AsyncWithCustomKeystores extends Object implements HttpAsyncClientBuilderConfig
HttpClientBuilderConfigurator implementation that allows you to customise keystores etc.

In the adapter configuration file this class is aliased as apache-http-async-client-builder-with-custom-keystores which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • AsyncWithCustomKeystores

      public AsyncWithCustomKeystores()
  • Method Details