public interface ProxySettingHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel to input the username and password of the proxy.
|
java.lang.String |
getProxyDescription()
Get the description of the proxy.
|
java.lang.String |
getProxyHost()
Get the address of the proxy host.
|
int |
getProxyPort()
Get the proxy port.
|
void |
inputUsernamePassword(java.lang.String userName,
java.lang.String psw)
Input the username and password of the proxy.
|
java.lang.String getProxyHost()
int getProxyPort()
java.lang.String getProxyDescription()
void inputUsernamePassword(java.lang.String userName, java.lang.String psw)
userName
- The username of the proxy.psw
- The password of the proxy.void cancel()