Uses of Class
com.azure.core.http.ProxyOptions
-
Packages that use ProxyOptions Package Description com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.util Package containing core utility classes. -
-
Uses of ProxyOptions in com.azure.core.http
Methods in com.azure.core.http that return ProxyOptions Modifier and Type Method Description static ProxyOptionsProxyOptions. fromConfiguration(Configuration configuration)Attempts to load a proxy from the environment.static ProxyOptionsProxyOptions. fromConfiguration(Configuration configuration, boolean createUnresolved)Attempts to load a proxy from the environment.ProxyOptionsProxyOptions. setCredentials(String username, String password)Set the proxy credentials.ProxyOptionsProxyOptions. setNonProxyHosts(String nonProxyHosts)Sets the hosts which bypass the proxy. -
Uses of ProxyOptions in com.azure.core.util
Methods in com.azure.core.util that return ProxyOptions Modifier and Type Method Description ProxyOptionsHttpClientOptions. getProxyOptions()Gets theproxy optionsthat theHttpClientwill use.Methods in com.azure.core.util with parameters of type ProxyOptions Modifier and Type Method Description HttpClientOptionsHttpClientOptions. setProxyOptions(ProxyOptions proxyOptions)Sets theproxy optionsthat theHttpClientwill use.
-