withHttpClientTransportCustomizer
open fun withHttpClientTransportCustomizer(httpClientTransportCustomizer: Consumer<HttpClientTransport>): JettyClientHttpConnectorBuilder
Return a new JettyClientHttpConnectorBuilder that applies additional customization to the underlying HttpClientTransport.
Return
a new JettyClientHttpConnectorBuilder instance
Parameters
httpClientTransportCustomizer
the customizer to apply