Interface ProxyOptionsProvider.HttpProxyOptions
- All Superinterfaces:
ProxyOptionsProvider.ProxyOptions
- All Known Implementing Classes:
HttpProxyProperties
- Enclosing interface:
ProxyOptionsProvider
public static interface ProxyOptionsProvider.HttpProxyOptions
extends ProxyOptionsProvider.ProxyOptions
Interface to be implemented by classes that wish to describe the http based client proxy.
-
Method Summary
Methods inherited from interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
getHostname, getPassword, getPort, getType, getUsername
-
Method Details
-
getNonProxyHosts
String getNonProxyHosts()Get the http non-proxy host.- Returns:
- the non-proxy host.
-