|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProxyOptions.ProxyOptionsBuilder | |
|---|---|
| com.atlassian.httpclient.api.factory | |
| Uses of ProxyOptions.ProxyOptionsBuilder in com.atlassian.httpclient.api.factory |
|---|
| Methods in com.atlassian.httpclient.api.factory that return ProxyOptions.ProxyOptionsBuilder | |
|---|---|
static ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.create()
Create a builder with default options (use what is configured in standard system properties (protocol).proxyHost/(protocol).proxyPort) |
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withDefaultSystemProperties()
Obtain proxy configuration for standard system properties (e.g. |
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withNonProxyHost(Scheme scheme,
List<String> nonProxyHosts)
Add a list of non-proxy hosts for the given scheme. |
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withNoProxy()
Use no proxy in the client |
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withProxy(Map<Scheme,Host> proxyHostMap,
Map<Scheme,List<String>> nonProxyHosts)
Configure proxies as per given arguments. |
ProxyOptions.ProxyOptionsBuilder |
ProxyOptions.ProxyOptionsBuilder.withProxy(Scheme scheme,
Host proxyHost)
Add a proxy host for the given scheme. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||