Class ClientHttpRequestFactorySupplier

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

@Deprecated(since="3.0.0", forRemoval=true) public class ClientHttpRequestFactorySupplier extends Object implements Supplier<org.springframework.http.client.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.client.ClientHttpRequestFactory
    get()
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientHttpRequestFactorySupplier

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

    • get

      public org.springframework.http.client.ClientHttpRequestFactory get()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      get in interface Supplier<org.springframework.http.client.ClientHttpRequestFactory>