Uses of Class
org.springframework.cloud.config.server.proxy.ProxyHostProperties
-
Packages that use ProxyHostProperties Package Description org.springframework.cloud.config.server.environment org.springframework.cloud.config.server.proxy org.springframework.cloud.config.server.support -
-
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 ProxyHostProperties Modifier and Type Method Description Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties>JGitEnvironmentProperties. getProxy()Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties>VaultEnvironmentProperties. getProxy()Method parameters in org.springframework.cloud.config.server.environment with type arguments of type ProxyHostProperties Modifier and Type Method Description voidJGitEnvironmentProperties. 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 ProxyHostProperties Constructor Description ProxyHostCredentialsProvider(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 Modifier and Type Method Description Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties>HttpEnvironmentRepositoryProperties. getProxy()
-