public class HttpClientProperties.Proxy extends Object
Constructor and Description |
---|
Proxy() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getNonProxyHostsPattern() |
String |
getPassword() |
Integer |
getPort() |
String |
getUsername() |
void |
setHost(String host) |
void |
setNonProxyHostsPattern(String nonProxyHostsPattern) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setUsername(String username) |
String |
toString() |
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getNonProxyHostsPattern()
public void setNonProxyHostsPattern(String nonProxyHostsPattern)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.