public class ProxyOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyOptions.ProxyMode
Represents the mode of proxy configuration (i.e.
|
static class |
ProxyOptions.ProxyOptionsBuilder
Use this builder to create a ProxyOptions
|
| Modifier and Type | Method and Description |
|---|---|
Map<Scheme,List<String>> |
getNonProxyHosts() |
Map<Scheme,Host> |
getProxyHosts()
Get the mapping of schemes and their proxy hosts.
|
ProxyOptions.ProxyMode |
getProxyMode() |
public Map<Scheme,Host> getProxyHosts()
public Map<Scheme,List<String>> getNonProxyHosts()
public ProxyOptions.ProxyMode getProxyMode()
Copyright © 2012–2018 Atlassian. All rights reserved.