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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the non-proxy hosts.voidsetNonProxyHosts(String nonProxyHosts) Set the non-proxy hosts.Methods inherited from class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
getHostname, getPassword, getPort, getType, getUsername, setHostname, setPassword, setPort, setType, setUsernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
getHostname, getPassword, getPort, getType, getUsername
-
Constructor Details
-
HttpProxyProperties
public HttpProxyProperties()
-
-
Method Details
-
getNonProxyHosts
Get the non-proxy hosts.- Specified by:
getNonProxyHostsin interfaceProxyOptionsProvider.HttpProxyOptions- Returns:
- The non-proxy hosts.
-
setNonProxyHosts
Set the non-proxy hosts.- Parameters:
nonProxyHosts- The non-proxy hosts.
-