Package us.zoom.sdk
Interface ProxySettingHandler
public interface ProxySettingHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
Cancel to input the username and password of the proxy.Get the description of the proxy.Get the address of the proxy host.int
Get the proxy port.void
inputUsernamePassword
(String userName, String psw) Input the username and password of the proxy.
-
Method Details
-
getProxyHost
String getProxyHost()Get the address of the proxy host.- Returns:
- The address of the proxy host.
-
getProxyPort
int getProxyPort()Get the proxy port.- Returns:
- The value of the proxy port.
-
getProxyDescription
String getProxyDescription()Get the description of the proxy.- Returns:
- The description of the proxy.
-
inputUsernamePassword
Input the username and password of the proxy.- Parameters:
userName
- The username of the proxy.psw
- The password of the proxy.
-
cancel
void cancel()Cancel to input the username and password of the proxy.
-