| Package | Description |
|---|---|
| com.atlassian.httpclient.api.factory |
| Modifier and Type | Method and Description |
|---|---|
Map<Scheme,Host> |
ProxyOptions.getProxyHosts()
Get the mapping of schemes and their proxy hosts.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withProxy(Scheme scheme,
Host proxyHost)
Add a proxy host for the given scheme.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withProxy(Map<Scheme,Host> proxyHostMap,
Map<Scheme,List<String>> nonProxyHosts)
Configure proxies as per given arguments.
|
Copyright © 2012–2020 Atlassian. All rights reserved.