|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.wagon.proxy.ProxyInfo
public class ProxyInfo
Conatins set of properties used by Wagon objects
while connection to the repository must go thru a proxy server.
| Field Summary | |
|---|---|
static java.lang.String |
PROXY_HTTP
|
static java.lang.String |
PROXY_SOCKS4
|
static java.lang.String |
PROXY_SOCKS5
|
| Constructor Summary | |
|---|---|
ProxyInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Return proxy server host name. |
java.lang.String |
getNonProxyHosts()
|
java.lang.String |
getNtlmDomain()
|
java.lang.String |
getNtlmHost()
|
java.lang.String |
getPassword()
Get user's password used to login to proxy server. |
int |
getPort()
Get the proxy port. |
java.lang.String |
getType()
Get the type of the proxy server. |
java.lang.String |
getUserName()
Get the proxy username. |
void |
setHost(java.lang.String host)
Set proxy host name. |
void |
setNonProxyHosts(java.lang.String nonProxyHosts)
|
void |
setNtlmDomain(java.lang.String ntlmDomain)
|
void |
setNtlmHost(java.lang.String ntlmHost)
|
void |
setPassword(java.lang.String password)
Set the user's password for the proxy server. |
void |
setPort(int port)
Set the proxy port. |
void |
setType(java.lang.String type)
|
void |
setUserName(java.lang.String userName)
Set the proxy username. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROXY_SOCKS5
public static final java.lang.String PROXY_SOCKS4
public static final java.lang.String PROXY_HTTP
| Constructor Detail |
|---|
public ProxyInfo()
| Method Detail |
|---|
public java.lang.String getHost()
public void setHost(java.lang.String host)
host - proxy server host namepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - password to use to login to a proxy serverpublic int getPort()
public void setPort(int port)
port - proxy server portpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - username for the proxy serverpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type of the proxy server like SOCKSv4public java.lang.String getNonProxyHosts()
public void setNonProxyHosts(java.lang.String nonProxyHosts)
public java.lang.String getNtlmHost()
public void setNtlmHost(java.lang.String ntlmHost)
public void setNtlmDomain(java.lang.String ntlmDomain)
public java.lang.String getNtlmDomain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||