withCustomizer

open fun withCustomizer(customizer: Consumer<HttpClient>): JettyHttpClientBuilder

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

Return

a new JettyClientHttpRequestFactoryBuilder instance

Parameters

customizer

the customizer to apply