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 Details

    • GlobalHttpProxyConfigurationProperties

      public GlobalHttpProxyConfigurationProperties()
  • Method Details

    • getNonProxyHosts

      public String getNonProxyHosts()
      Gets the non-proxy hosts.
      Returns:
      The non-proxy hosts.
    • setNonProxyHosts

      public void setNonProxyHosts(String nonProxyHosts)
      Sets the non-proxy hosts.
      Parameters:
      nonProxyHosts - The non-proxy hosts.