| Constructor and Description |
|---|
LocationDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProxyHostName()
Gets the hostname of the proxy server.
|
int |
getProxyPort()
Gets the port of the proxy server.
|
int |
getProxyType()
Gets the type of the proxy server:
|
boolean |
isUseCentralProxy()
Retrieves whether the central proxy is used or not.
|
void |
setProxyHostName(java.lang.String proxyHostName)
Sets the hostname of the proxy server.
|
void |
setProxyPort(int proxyPort)
Sets the port of the proxy server.
|
void |
setProxyType(int proxyType)
Sets the type of the proxy server.
|
void |
setUseCentralProxy(boolean useCentralProxy)
Sets that the central proxy will be used or not.
|
getDescription, getId, getName, isActive, setActive, setDescription, setId, setNamepublic boolean isUseCentralProxy()
public void setUseCentralProxy(boolean useCentralProxy)
useCentralProxy - public int getProxyType()
0..no proxy
1..type http
2..type socks
public void setProxyType(int proxyType)
getProxyType()proxyType - public java.lang.String getProxyHostName()
public void setProxyHostName(java.lang.String proxyHostName)
proxyHostName - public int getProxyPort()
public void setProxyPort(int proxyPort)
proxyPort - Copyright © Micro Focus 2004-2019. All rights reserved.