Uses of Enum Class
org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
Packages that use HttpClientProperties.Factory
Package
Description
Auto-configuration for client-side HTTP.
-
Uses of HttpClientProperties.Factory in org.springframework.boot.autoconfigure.http.client
Methods in org.springframework.boot.autoconfigure.http.client that return HttpClientProperties.FactoryModifier and TypeMethodDescriptionHttpClientProperties.getFactory()
static HttpClientProperties.Factory
Returns the enum constant of this class with the specified name.static HttpClientProperties.Factory[]
HttpClientProperties.Factory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.http.client with parameters of type HttpClientProperties.FactoryModifier and TypeMethodDescriptionvoid
HttpClientProperties.setFactory
(HttpClientProperties.Factory factory)