ReactorClientHttpConnectorBuilder

Builder for reactor.

Author

Phillip Webb

Since

3.5.0

Functions

Link copied to clipboard
Build a fully configured ClientHttpConnector, applying the given settings if they are provided.
open fun build(): T
Build a default configured ClientHttpConnectorBuilder.
Link copied to clipboard
Detect the most suitable ClientHttpConnectorBuilder based on the classpath.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : ClientHttpConnector?> of(clientHttpConnectorType: Class<T>): ClientHttpConnectorBuilder<T>
Return a new ClientHttpConnectorBuilder for the given requestFactoryType.
Link copied to clipboard
Link copied to clipboard
Return a new ClientHttpConnectorBuilder that applies the given customizer to the ClientHttpConnector after it has been built.
Link copied to clipboard
Return a new ClientHttpConnectorBuilder that applies the given customizers to the ClientHttpConnector after it has been built.
Link copied to clipboard
open fun withHttpClientCustomizer(httpClientCustomizer: UnaryOperator<HttpClient>): ReactorClientHttpConnectorBuilder
Return a new ReactorClientHttpConnectorBuilder that applies additional customization to the underlying HttpClient.
Link copied to clipboard
Return a new ReactorClientHttpConnectorBuilder that uses the given factory to create the underlying HttpClient.
Link copied to clipboard
Return a new ReactorClientHttpConnectorBuilder that uses the given ReactorResourceFactory to create the underlying HttpClient.