public class ProxyConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConfig.ProxyAuthType |
| Constructor and Description |
|---|
ProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getNonProxyHosts() |
String |
getPassword() |
Integer |
getPort() |
ProxyConfig.ProxyAuthType |
getProxyAuthType() |
String |
getUsername() |
Boolean |
getUseSystemProperties() |
ProxyConfig |
setHost(String host) |
ProxyConfig |
setNonProxyHosts(String nonProxyHosts) |
ProxyConfig |
setPassword(String password) |
ProxyConfig |
setPort(Integer port) |
ProxyConfig |
setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType) |
ProxyConfig |
setUsername(String username) |
ProxyConfig |
setUseSystemProperties(Boolean useSystemProperties) |
public String getHost()
public ProxyConfig setHost(String host)
public Integer getPort()
public ProxyConfig setPort(Integer port)
public String getUsername()
public ProxyConfig setUsername(String username)
public String getPassword()
public ProxyConfig setPassword(String password)
public ProxyConfig.ProxyAuthType getProxyAuthType()
public ProxyConfig setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType)
public Boolean getUseSystemProperties()
public ProxyConfig setUseSystemProperties(Boolean useSystemProperties)
public String getNonProxyHosts()
public ProxyConfig setNonProxyHosts(String nonProxyHosts)
nonProxyHosts - a list of hosts that should be reached directly, bypassing the proxy. This
is a list of patterns separated by '|'. The patterns may start or end with a '*' for
wildcards.Copyright © 2025. All rights reserved.