withHttpClientCustomizer

open fun withHttpClientCustomizer(httpClientCustomizer: Consumer<HttpClient>): JettyClientHttpRequestFactoryBuilder

Return a new JettyClientHttpRequestFactoryBuilder that applies additional customization to the underlying HttpClient.

Return

a new JettyClientHttpRequestFactoryBuilder instance

Parameters

httpClientCustomizer

the customizer to apply