Class ClientHttpRequestFactorySupplier

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

public class ClientHttpRequestFactorySupplier extends Object implements Supplier<org.springframework.http.client.ClientHttpRequestFactory>
A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
Since:
2.1.0
  • Constructor Details

    • ClientHttpRequestFactorySupplier

      public ClientHttpRequestFactorySupplier()
  • Method Details

    • get

      public org.springframework.http.client.ClientHttpRequestFactory get()
      Specified by:
      get in interface Supplier<org.springframework.http.client.ClientHttpRequestFactory>