Class 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
    • Method Detail

      • get

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