withConnectionManagerCustomizer

open fun withConnectionManagerCustomizer(connectionManagerCustomizer: Consumer<PoolingAsyncClientConnectionManagerBuilder>): HttpComponentsHttpAsyncClientBuilder

Return a new HttpComponentsHttpAsyncClientBuilder that applies additional customization to the underlying PoolingAsyncClientConnectionManagerBuilder.

Return

a new HttpComponentsHttpAsyncClientBuilder instance

Parameters

connectionManagerCustomizer

the customizer to apply