public class ProxyConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
password |
String |
url |
String |
username |
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyConfig(ProxyConfig.Builder builder) |
|
ProxyConfig(String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
public ProxyConfig(String url)
protected ProxyConfig(ProxyConfig.Builder builder)
public String getUsername()
public String getPassword()