Uses of Interface
org.springframework.cloud.config.server.environment.ConfigurableHttpConnectionFactory
-
Packages that use ConfigurableHttpConnectionFactory Package Description org.springframework.cloud.config.server.environment -
-
Uses of ConfigurableHttpConnectionFactory in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment that implement ConfigurableHttpConnectionFactory Modifier and Type Class Description classHttpClientConfigurableHttpConnectionFactoryConstructor parameters in org.springframework.cloud.config.server.environment with type arguments of type ConfigurableHttpConnectionFactory Constructor Description MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory)Deprecated.MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory, GitCredentialsProviderFactory gitCredentialsProviderFactory)
-