Class ClientHttpRequestFactorySupplier

java.lang.Object
org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
All Implemented Interfaces:
Supplier<ClientHttpRequestFactory>

@Deprecated(since="3.0.0", forRemoval=true) public class ClientHttpRequestFactorySupplier extends Object implements Supplier<ClientHttpRequestFactory>
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ClientHttpRequestFactories
A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
Since:
2.1.0
Author:
Stephane Nicoll, Moritz Halbritter
  • Constructor Details

    • ClientHttpRequestFactorySupplier

      public ClientHttpRequestFactorySupplier()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details