public class ProxyConfig extends Object
Constructor and Description |
---|
ProxyConfig() |
ProxyConfig(Proxy.Type proxyType) |
Modifier and Type | Method and Description |
---|---|
String |
getProxyHost()
Get the proxy Hostname that is configured.
|
String |
getProxyPassword()
Get the password for proxy user.
|
int |
getProxyPort()
Get the proxy port.
|
Proxy.Type |
getProxyType()
Get the proxy type that is used in proxy connection.
|
String |
getProxyUser()
Get the specified proxy user.
|
void |
setProxyHost(String proxyHost) |
void |
setProxyPassword(String proxyPassword) |
void |
setProxyPort(int proxyPort) |
void |
setProxyType(Proxy.Type proxyType) |
void |
setProxyUser(String proxyUser) |
public ProxyConfig()
public ProxyConfig(Proxy.Type proxyType)
public void setProxyHost(String proxyHost)
public void setProxyPort(int proxyPort)
public void setProxyUser(String proxyUser)
public void setProxyPassword(String proxyPassword)
public void setProxyType(Proxy.Type proxyType)
public String getProxyHost()
public int getProxyPort()
public String getProxyUser()
public String getProxyPassword()
public Proxy.Type getProxyType()
Type
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.