java.io.Serializablepublic class Proxy extends IdentifiableBase implements java.io.Serializable
<proxy> element contains
informations required to a proxy settings.GLOBAL_LEVEL, USER_LEVEL| Constructor | Description |
|---|---|
Proxy() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getHost() |
Get the proxy host.
|
java.lang.String |
getNonProxyHosts() |
Get the list of non-proxied hosts (delimited by |).
|
java.lang.String |
getPassword() |
Get the proxy password.
|
int |
getPort() |
Get the proxy port.
|
java.lang.String |
getProtocol() |
Get the proxy protocol.
|
java.lang.String |
getUsername() |
Get the proxy user.
|
boolean |
isActive() |
Get whether this proxy configuration is the active one.
|
void |
setActive(boolean active) |
Set whether this proxy configuration is the active one.
|
void |
setHost(java.lang.String host) |
Set the proxy host.
|
void |
setNonProxyHosts(java.lang.String nonProxyHosts) |
Set the list of non-proxied hosts (delimited by |).
|
void |
setPassword(java.lang.String password) |
Set the proxy password.
|
void |
setPort(int port) |
Set the proxy port.
|
void |
setProtocol(java.lang.String protocol) |
Set the proxy protocol.
|
void |
setUsername(java.lang.String username) |
Set the proxy user.
|
getId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceLevel, setSourceLevelpublic java.lang.String getHost()
public java.lang.String getNonProxyHosts()
public java.lang.String getPassword()
public int getPort()
public java.lang.String getProtocol()
public java.lang.String getUsername()
public boolean isActive()
public void setActive(boolean active)
active - public void setHost(java.lang.String host)
host - public void setNonProxyHosts(java.lang.String nonProxyHosts)
nonProxyHosts - public void setPassword(java.lang.String password)
password - public void setPort(int port)
port - public void setProtocol(java.lang.String protocol)
protocol - public void setUsername(java.lang.String username)
username -