Interface for handling proxy settings and authentication.
void inputUsernamePassword(String userName, String psw)
Input the username and password when using the proxy.
String getProxyHost()
Get the address of the proxy host.
String getProxyDescription()
Get the description of the proxy.
int getProxyPort()
Get the proxy port.
void cancel()
Cancel the process to input the username and password of the proxy.