Package com.igormaznitsa.mvngolang.utils
Class ProxySettings
- java.lang.Object
-
- com.igormaznitsa.mvngolang.utils.ProxySettings
-
public class ProxySettings extends Object
Class container for proxy server parameter.- Since:
- 2.1.1
-
-
Constructor Summary
Constructors Constructor Description ProxySettings()ProxySettings(org.apache.maven.settings.Proxy mavenProxy)
-
-
-
Field Detail
-
host
public String host
The proxy host.
-
protocol
public String protocol
The proxy protocol.
-
port
public int port
The proxy port.
-
username
public String username
The proxy user.
-
password
public String password
The proxy password.
-
nonProxyHosts
public String nonProxyHosts
The list of non-proxy hosts (delimited by |).
-
-
Constructor Detail
-
ProxySettings
public ProxySettings()
-
ProxySettings
public ProxySettings(@Nonnull org.apache.maven.settings.Proxy mavenProxy)
-
-