Uses of Class
org.springframework.cloud.config.server.proxy.ProxyHostProperties.ProxyForScheme
-
-
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment that return types with arguments of type ProxyHostProperties.ProxyForScheme 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.ProxyForScheme Modifier and Type Method Description voidJGitEnvironmentProperties. setProxy(Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> proxy)voidVaultEnvironmentProperties. setProxy(Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> proxy) -
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.proxy
Methods in org.springframework.cloud.config.server.proxy that return ProxyHostProperties.ProxyForScheme Modifier and Type Method Description static ProxyHostProperties.ProxyForSchemeProxyHostProperties.ProxyForScheme. forLowerCaseName(String lowerCaseName)static ProxyHostProperties.ProxyForSchemeProxyHostProperties.ProxyForScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxyHostProperties.ProxyForScheme[]ProxyHostProperties.ProxyForScheme. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.support
Methods in org.springframework.cloud.config.server.support that return types with arguments of type ProxyHostProperties.ProxyForScheme Modifier and Type Method Description Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties>HttpEnvironmentRepositoryProperties. getProxy()
-