Uses of Class
org.springframework.cloud.config.server.proxy.ProxyHostProperties
Packages that use ProxyHostProperties
Package
Description
-
Uses of ProxyHostProperties in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment that return types with arguments of type ProxyHostPropertiesModifier and TypeMethodDescriptionJGitEnvironmentProperties.getProxy()VaultEnvironmentProperties.getProxy()Method parameters in org.springframework.cloud.config.server.environment with type arguments of type ProxyHostPropertiesModifier and TypeMethodDescriptionvoidJGitEnvironmentProperties.setProxy(Map<ProxyHostProperties.ProxyForScheme, ProxyHostProperties> proxy) voidVaultEnvironmentProperties.setProxy(Map<ProxyHostProperties.ProxyForScheme, ProxyHostProperties> proxy) -
Uses of ProxyHostProperties in org.springframework.cloud.config.server.proxy
Constructors in org.springframework.cloud.config.server.proxy with parameters of type ProxyHostPropertiesModifierConstructorDescriptionProxyHostCredentialsProvider(ProxyHostProperties... proxyHostProperties) SchemeBasedRoutePlanner(ProxyHostProperties httpsProxy, ProxyHostProperties httpProxy) -
Uses of ProxyHostProperties in org.springframework.cloud.config.server.support
Methods in org.springframework.cloud.config.server.support that return types with arguments of type ProxyHostProperties