Class AzureGlobalProperties.GlobalProxyConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.properties.core.proxy.ProxyConfigurationProperties
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalProxyConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalProxyConfigurationProperties
extends ProxyConfigurationProperties
Global configurations for proxy.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.spring.cloud.autoconfigure.properties.core.proxy.ProxyConfigurationProperties
getHostname, getPassword, getPort, getType, getUsername, setHostname, setPassword, setPort, setType, setUsername
-
Constructor Details
-
GlobalProxyConfigurationProperties
public GlobalProxyConfigurationProperties()
-
-
Method Details
-
getHttp
Gets the global HTTP proxy configuration properties.- Returns:
- The global HTTP proxy configuration properties.
-
getAmqp
Gets the global AMQP proxy configuration properties.- Returns:
- The global AMQP proxy configuration properties.
-