org.springframework.boot.web.client

Class ClientHttpRequestFactorySupplier

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


    public class ClientHttpRequestFactorySupplier
    extends java.lang.Object
    implements java.util.function.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.springframework.http.client.ClientHttpRequestFactory get() 
      • Methods inherited from class java.lang.Object

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

      • ClientHttpRequestFactorySupplier

        public ClientHttpRequestFactorySupplier()
    • Method Detail

      • get

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