Modifier and Type | Class and Description |
---|---|
static class |
ProxyConfig.ProxyMode |
Constructor and Description |
---|
ProxyConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getHttpProxy() |
String |
getHttpsProxy() |
ProxyConfig.ProxyMode |
getMode() |
String |
getNoProxy() |
ProxyConfig |
setHttpProxy(String httpProxy) |
ProxyConfig |
setHttpsProxy(String httpsProxy) |
ProxyConfig |
setMode(ProxyConfig.ProxyMode mode) |
ProxyConfig |
setNoProxy(String noProxy) |
public ProxyConfig.ProxyMode getMode()
public ProxyConfig setMode(ProxyConfig.ProxyMode mode)
public String getHttpProxy()
public ProxyConfig setHttpProxy(String httpProxy)
public String getHttpsProxy()
public ProxyConfig setHttpsProxy(String httpsProxy)
public String getNoProxy()
public ProxyConfig setNoProxy(String noProxy)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.