ReactorClientHttpConnectorBuilder
Functions
Link copied to clipboard
Build a fully configured ClientHttpConnector, applying the given
settings
if they are provided.Build a default configured ClientHttpConnectorBuilder.
Link copied to clipboard
Detect the most suitable ClientHttpConnectorBuilder based on the classpath.
Link copied to clipboard
Return a HttpComponentsClientHttpConnectorBuilder that can be used to build a HttpComponentsClientHttpConnector.
Link copied to clipboard
Return a JdkClientHttpConnectorBuilder that can be used to build a JdkClientHttpConnector .
Link copied to clipboard
Return a JettyClientHttpConnectorBuilder that can be used to build a JettyClientHttpConnector.
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
Return a ReactorClientHttpConnectorBuilder that can be used to build a ReactorClientHttpConnector.
Link copied to clipboard
open fun withCustomizer(customizer: Consumer<ReactorClientHttpConnector>): ReactorClientHttpConnectorBuilder
Return a new ClientHttpConnectorBuilder that applies the given customizer to the ClientHttpConnector after it has been built.
Link copied to clipboard
open fun withCustomizers(customizers: Collection<Consumer<ReactorClientHttpConnector>>): ReactorClientHttpConnectorBuilder
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
open fun withReactorResourceFactory(reactorResourceFactory: ReactorResourceFactory): ReactorClientHttpConnectorBuilder
Return a new ReactorClientHttpConnectorBuilder that uses the given ReactorResourceFactory to create the underlying HttpClient.