public class ProxySettings extends Object
| Constructor and Description |
|---|
ProxySettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProxyHost() |
char[] |
getProxyPassword() |
Integer |
getProxyPort() |
String |
getProxyUser() |
ProxySettings |
setProxyHost(String proxyHost) |
ProxySettings |
setProxyPassword(char[] proxyPassword) |
ProxySettings |
setProxyPort(Integer proxyPort) |
ProxySettings |
setProxyUser(String proxyUser) |
public String getProxyHost()
public ProxySettings setProxyHost(String proxyHost)
proxyHost - The Proxy Hostpublic Integer getProxyPort()
public ProxySettings setProxyPort(Integer proxyPort)
proxyPort - The Proxy Portpublic String getProxyUser()
public ProxySettings setProxyUser(String proxyUser)
proxyUser - The Proxy Userpublic char[] getProxyPassword()
public ProxySettings setProxyPassword(char[] proxyPassword)
proxyPassword - The Proxy PasswordCopyright © 2025. All rights reserved.