|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scheme | |
|---|---|
| com.atlassian.httpclient.api.factory | |
| Uses of Scheme in com.atlassian.httpclient.api.factory |
|---|
| Methods in com.atlassian.httpclient.api.factory that return Scheme | |
|---|---|
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scheme[] |
Scheme.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.httpclient.api.factory that return types with arguments of type Scheme | |
|---|---|
Map<Scheme,List<String>> |
ProxyOptions.getNonProxyHosts()
|
Map<Scheme,Host> |
ProxyOptions.getProxyHosts()
Get the mapping of schemes and their proxy hosts. |
| Methods in com.atlassian.httpclient.api.factory with parameters of type Scheme | |
|---|---|
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.withProxy(Scheme scheme,
Host proxyHost)
Add a proxy host for the given scheme. |
| Method parameters in com.atlassian.httpclient.api.factory with type arguments of type Scheme | |
|---|---|
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(Map<Scheme,Host> proxyHostMap,
Map<Scheme,List<String>> nonProxyHosts)
Configure proxies as per given arguments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||