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 Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionget()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ClientHttpRequestFactorySupplier
public ClientHttpRequestFactorySupplier()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
get
in interfaceSupplier<ClientHttpRequestFactory>
-
ClientHttpRequestFactories