Uses of Enum Class
org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
Packages that use AbstractHttpRequestFactoryProperties.Factory
Package
Description
Auto-configuration for client-side HTTP.
-
Uses of AbstractHttpRequestFactoryProperties.Factory in org.springframework.boot.autoconfigure.http.client
Methods in org.springframework.boot.autoconfigure.http.client that return AbstractHttpRequestFactoryProperties.FactoryModifier and TypeMethodDescriptionAbstractHttpRequestFactoryProperties.getFactory()
Returns the enum constant of this class with the specified name.AbstractHttpRequestFactoryProperties.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 AbstractHttpRequestFactoryProperties.FactoryModifier and TypeMethodDescriptionvoid
AbstractHttpRequestFactoryProperties.setFactory
(AbstractHttpRequestFactoryProperties.Factory factory)