withCustomizer
open fun withCustomizer(customizer: Consumer<JettyClientHttpConnector>): JettyClientHttpConnectorBuilder
Return a new ClientHttpConnectorBuilder that applies the given customizer to the ClientHttpConnector after it has been built.
Return
a new ClientHttpConnectorBuilder instance
Parameters
customizer
the customizers to apply