Package com.avoka.tm.vo
Class RestCFG.Proxy
java.lang.Object
com.avoka.tm.vo.RestCFG.Proxy
- Enclosing class:
- RestCFG
Provides a proxy.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the proxy password.Return the proxy Host.int
Return the proxy port.Return the proxy name.void
setPassword
(String password) Set the proxy password.void
setProxyHost
(String proxyHost) Set the proxy Host.void
setProxyPort
(int proxyPort) Set the proxy port.void
setUserName
(String userName) Set the proxy name.
-
Constructor Details
-
Proxy
public Proxy()
-
-
Method Details
-
getUserName
Return the proxy name.- Returns:
- the proxy name
-
setUserName
Set the proxy name.- Parameters:
userName
- the proxy name
-
getPassword
Return the proxy password.- Returns:
- the proxy password
-
setPassword
Set the proxy password.- Parameters:
password
- the proxy password
-
getProxyHost
Return the proxy Host.- Returns:
- the proxy Host
-
setProxyHost
Set the proxy Host.- Parameters:
proxyHost
- the proxy Host
-
getProxyPort
public int getProxyPort()Return the proxy port.- Returns:
- the proxy port
-
setProxyPort
public void setProxyPort(int proxyPort) Set the proxy port.- Parameters:
proxyPort
- the proxy port
-