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 Summary
Constructors -
Method Summary