| Package | Description |
|---|---|
| com.azure.core.http |
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
|
| Modifier and Type | Method and Description |
|---|---|
static ProxyOptions |
ProxyOptions.fromConfiguration(Configuration configuration)
Attempts to load a proxy from the environment.
|
ProxyOptions |
ProxyOptions.setCredentials(String username,
String password)
Set the proxy credentials.
|
ProxyOptions |
ProxyOptions.setNonProxyHosts(String nonProxyHosts)
Sets the hosts which bypass the proxy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.