public class ProxyConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConfig.Proxy |
| Constructor and Description |
|---|
ProxyConfig(List<ProxyConfig.Proxy> proxies) |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig.Proxy |
getInsecureProxy() |
ProxyConfig.Proxy |
getProxyForUrl(String requestUrl) |
ProxyConfig.Proxy |
getSecureProxy() |
boolean |
isEmpty() |
public ProxyConfig(List<ProxyConfig.Proxy> proxies)
public boolean isEmpty()
public ProxyConfig.Proxy getProxyForUrl(String requestUrl)
public ProxyConfig.Proxy getSecureProxy()
public ProxyConfig.Proxy getInsecureProxy()
Copyright © 2020. All rights reserved.