Class ClientHttpRequestFactorySupplier
java.lang.Object
org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
- All Implemented Interfaces:
Supplier<org.springframework.http.client.ClientHttpRequestFactory>
@Deprecated(since="3.0.0",
forRemoval=true)
public class ClientHttpRequestFactorySupplier
extends Object
implements Supplier<org.springframework.http.client.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
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpRequestFactory
get()
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
ClientHttpRequestFactories