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