Class HttpProxyProperties

java.lang.Object
com.azure.spring.cloud.core.properties.proxy.ProxyProperties
com.azure.spring.cloud.core.properties.proxy.HttpProxyProperties
All Implemented Interfaces:
ProxyOptionsProvider.HttpProxyOptions, ProxyOptionsProvider.ProxyOptions

public final class HttpProxyProperties extends ProxyProperties implements ProxyOptionsProvider.HttpProxyOptions
Extend the proxy properties for HTTP connection
  • Constructor Details

    • HttpProxyProperties

      public HttpProxyProperties()
  • Method Details

    • getNonProxyHosts

      public String getNonProxyHosts()
      Get the non-proxy hosts.
      Specified by:
      getNonProxyHosts in interface ProxyOptionsProvider.HttpProxyOptions
      Returns:
      The non-proxy hosts.
    • setNonProxyHosts

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