Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ProxySettingHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public interface ProxySettingHandler {
8 String getProxyHost();
9
15
21
27 void inputUsernamePassword(String userName, String psw);
28
32 void cancel();
33}
String getProxyHost()
Get the address of the proxy host.
String getProxyDescription()
Get the description of the proxy.
void cancel()
Cancel to input the username and password of the proxy.
int getProxyPort()
Get the proxy port.
void inputUsernamePassword(String userName, String psw)
Input the username and password of the proxy.