public class ProxySettings extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
host
The proxy host.
|
String |
nonProxyHosts
The list of non-proxied hosts (delimited by |).
|
String |
password
The proxy password.
|
int |
port
The proxy port.
|
String |
protocol
The proxy protocol.
|
String |
username
The proxy user.
|
| Constructor and Description |
|---|
ProxySettings() |
ProxySettings(org.apache.maven.settings.Proxy mavenProxy) |
public String host
public String protocol
public int port
public String username
public String password
public String nonProxyHosts
public ProxySettings()
public ProxySettings(@Nonnull org.apache.maven.settings.Proxy mavenProxy)
Copyright © 2016–2019 Igor Maznitsa. All rights reserved.