public static class HttpClientProperties.Proxy extends Object
| 构造器和说明 |
|---|
Proxy() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHost()
Gets host.
|
String |
getNonProxyHostsPattern()
Gets non proxy hosts pattern.
|
String |
getPassword()
Gets password.
|
Integer |
getPort()
Gets port.
|
String |
getUsername()
Gets username.
|
void |
setHost(String host)
Sets host.
|
void |
setNonProxyHostsPattern(String nonProxyHostsPattern)
Sets non proxy hosts pattern.
|
void |
setPassword(String password)
Sets password.
|
void |
setPort(Integer port)
Sets port.
|
void |
setUsername(String username)
Sets username.
|
String |
toString() |
public String getHost()
public void setHost(String host)
host - the hostpublic Integer getPort()
public void setPort(Integer port)
port - the portpublic String getUsername()
public void setUsername(String username)
username - the usernamepublic String getPassword()
public void setPassword(String password)
password - the passwordpublic String getNonProxyHostsPattern()
public void setNonProxyHostsPattern(String nonProxyHostsPattern)
nonProxyHostsPattern - the non proxy hosts patternCopyright © 2019 dromara. All rights reserved.