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 an HTTP client for azure-core using the JDK HttpClient APIs.
Package containing the types for instantiating and using the Netty HTTP client.
Package containing OkHttp HTTP client plugin for azure-core.
Package containing Vert.x HTTP client plugin for azure-core.
Package containing core utility classes.
This package provides interfaces for interacting with Azure Cosmos DB.
Package containing various types of credentials and classes
for retrieving access tokens from various configurations.
-
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.http.jdk.httpclient
Methods in com.azure.core.http.jdk.httpclient with parameters of type ProxyOptionsModifier and TypeMethodDescriptionJdkAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets the proxy. -
Uses of ProxyOptions in com.azure.core.http.netty
Methods in com.azure.core.http.netty with parameters of type ProxyOptionsModifier and TypeMethodDescriptionNettyAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets theproxy optionsthat the client will use. -
Uses of ProxyOptions in com.azure.core.http.okhttp
Methods in com.azure.core.http.okhttp with parameters of type ProxyOptionsModifier and TypeMethodDescriptionOkHttpAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets the proxy. -
Uses of ProxyOptions in com.azure.core.http.vertx
Methods in com.azure.core.http.vertx with parameters of type ProxyOptionsModifier and TypeMethodDescriptionVertxAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets proxy configuration. -
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. -
Uses of ProxyOptions in com.azure.cosmos
Methods in com.azure.cosmos that return ProxyOptionsModifier and TypeMethodDescriptionGatewayConnectionConfig.getProxy()Gets the proxy options which contain the InetSocketAddress of proxy server.Methods in com.azure.cosmos with parameters of type ProxyOptionsModifier and TypeMethodDescriptionGatewayConnectionConfig.setProxy(ProxyOptions proxy) Sets the proxy options. -
Uses of ProxyOptions in com.azure.identity
Methods in com.azure.identity with parameters of type ProxyOptionsModifier and TypeMethodDescriptionCredentialBuilderBase.proxyOptions(ProxyOptions proxyOptions) Deprecated.
HttpClientinstead and then set that client on the credential usingCredentialBuilderBase.httpClient(HttpClient).