public final class ProxyConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConfiguration.Builder |
| Constructor and Description |
|---|
ProxyConfiguration(Proxy proxy) |
ProxyConfiguration(Proxy proxy,
String username,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfiguration.Builder |
builder() |
char[] |
getPassword() |
Proxy |
getProxy() |
String |
getUsername() |
public ProxyConfiguration(Proxy proxy)
public Proxy getProxy()
public String getUsername()
public char[] getPassword()
public static ProxyConfiguration.Builder builder()
Copyright © 2016–2024. All rights reserved.