Definition at line 3 of file ProxySettingHandler.java.
◆ cancel()
void us.zoom.sdk.ProxySettingHandler.cancel |
( |
| ) |
|
Cancel to input the username and password of the proxy.
◆ getProxyDescription()
String us.zoom.sdk.ProxySettingHandler.getProxyDescription |
( |
| ) |
|
Get the description of the proxy.
- Returns
- The description of the proxy.
◆ getProxyHost()
String us.zoom.sdk.ProxySettingHandler.getProxyHost |
( |
| ) |
|
Get the address of the proxy host.
- Returns
- The address of the proxy host.
◆ getProxyPort()
int us.zoom.sdk.ProxySettingHandler.getProxyPort |
( |
| ) |
|
Get the proxy port.
- Returns
- The value of the proxy port.
◆ inputUsernamePassword()
void us.zoom.sdk.ProxySettingHandler.inputUsernamePassword |
( |
String | userName, |
|
|
String | psw ) |
Input the username and password of the proxy.
- Parameters
-
userName | The username of the proxy. |
psw | The password of the proxy. |