Class ClientHttpRequestFactorySupplier
java.lang.Object
org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
- All Implemented Interfaces:
- Supplier<ClientHttpRequestFactory>
@Deprecated(since="3.0.0",
            forRemoval=true)
public class ClientHttpRequestFactorySupplier
extends Object
implements Supplier<ClientHttpRequestFactory>
Deprecated, for removal: This API element is subject to removal in a future version.
A supplier for 
ClientHttpRequestFactory that detects the preferred candidate
 based on the available implementations on the classpath.- Since:
- 2.1.0
- Author:
- Stephane Nicoll, Moritz Halbritter
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
ClientHttpRequestFactorySupplierpublic ClientHttpRequestFactorySupplier()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getin interface- Supplier<ClientHttpRequestFactory>
 
 
- 
ClientHttpRequestFactories