Agora Java API Reference for Android
|
Public Member Functions | |
RtmProxyConfig () | |
RtmProxyConfig (RtmProxyType type, String server, int port) | |
RtmProxyConfig (RtmProxyType type, String server, int port, String account, String password) | |
void | setProxyType (RtmProxyType type) |
void | setServer (String server) |
void | setAccount (String account) |
void | setPassword (String password) |
void | setPort (int port) |
int | getProxyType () |
String | getServer () |
String | getAccount () |
String | getPassword () |
int | getPort () |
String | toString () |
Proxy configuration
io.agora.rtm.RtmProxyConfig.RtmProxyConfig | ( | ) |
io.agora.rtm.RtmProxyConfig.RtmProxyConfig | ( | RtmProxyType | type, |
String | server, | ||
int | port | ||
) |
Creates a new instance of
with specifies parameters.
type | The proxy type |
server | The proxy server address |
port | The proxy server port |
io.agora.rtm.RtmProxyConfig.RtmProxyConfig | ( | RtmProxyType | type, |
String | server, | ||
int | port, | ||
String | account, | ||
String | password | ||
) |
Creates a new instance of
with specifies parameters.
type | The proxy type |
server | The proxy server address |
port | The proxy server port |
account | The proxy user account |
password | The proxy user password |