Uses of Class
com.azure.core.http.ProxyOptions
Packages that use ProxyOptions
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing core utility classes.
-
Uses of ProxyOptions in com.azure.core.http
Methods in com.azure.core.http that return ProxyOptionsModifier and TypeMethodDescriptionstatic ProxyOptionsProxyOptions.fromConfiguration(Configuration configuration) Attempts to load a proxy from the configuration.static ProxyOptionsProxyOptions.fromConfiguration(Configuration configuration, boolean createUnresolved) Attempts to load a proxy from the environment.ProxyOptions.setCredentials(String username, String password) Set the proxy credentials.ProxyOptions.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 ProxyOptionsModifier and TypeMethodDescriptionHttpClientOptions.getProxyOptions()Gets theproxy optionsthat theHttpClientwill use.Methods in com.azure.core.util with parameters of type ProxyOptionsModifier and TypeMethodDescriptionHttpClientOptions.setProxyOptions(ProxyOptions proxyOptions) Sets theproxy optionsthat theHttpClientwill use.