Package org.apache.maven.repository
Class Proxy
java.lang.Object
org.apache.maven.repository.Proxy
Proxy
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
Return proxy server host name.Get user's password used to log in to proxy server.int
getPort()
Get the proxy port.Get the protocol of the proxy server.Get the proxy username.void
Set proxy host name.void
setNonProxyHosts
(String nonProxyHosts) void
setNtlmDomain
(String ntlmDomain) void
setNtlmHost
(String ntlmHost) void
setPassword
(String password) Set the user's password for the proxy server.void
setPort
(int port) Set the proxy port.void
setProtocol
(String protocol) void
setUserName
(String userName) Set the proxy username.
-
Field Details
-
PROXY_SOCKS5
- See Also:
-
PROXY_SOCKS4
- See Also:
-
PROXY_HTTP
- See Also:
-
-
Constructor Details
-
Proxy
public Proxy()
-
-
Method Details
-
getHost
Return proxy server host name.- Returns:
- proxy server host name
-
setHost
Set proxy host name.- Parameters:
host
- proxy server host name
-
getPassword
Get user's password used to log in to proxy server.- Returns:
- user's password at proxy host
-
setPassword
Set the user's password for the proxy server.- Parameters:
password
- password to use to log in to a proxy server
-
getPort
public int getPort()Get the proxy port.- Returns:
- proxy server port
-
setPort
public void setPort(int port) Set the proxy port.- Parameters:
port
- proxy server port
-
getUserName
Get the proxy username.- Returns:
- username for the proxy server
-
setUserName
Set the proxy username.- Parameters:
userName
- username for the proxy server
-
getProtocol
Get the protocol of the proxy server.- Returns:
- the protocol of the proxy server
-
setProtocol
- Parameters:
protocol
- the protocol of the proxy server like SOCKSv4
-
getNonProxyHosts
-
setNonProxyHosts
-
getNtlmHost
-
setNtlmHost
-
setNtlmDomain
-
getNtlmDomain
-