Class AzureGlobalProperties.GlobalHttpProxyConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalHttpProxyConfigurationProperties
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalHttpProxyConfigurationProperties
extends Object
Proxy properties only apply to http-based clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the non-proxy hosts.void
setNonProxyHosts
(String nonProxyHosts) Sets the non-proxy hosts.
-
Constructor Details
-
GlobalHttpProxyConfigurationProperties
public GlobalHttpProxyConfigurationProperties()
-
-
Method Details
-
getNonProxyHosts
Gets the non-proxy hosts.- Returns:
- The non-proxy hosts.
-
setNonProxyHosts
Sets the non-proxy hosts.- Parameters:
nonProxyHosts
- The non-proxy hosts.
-