|
Agora Java API Reference for Android
|
Configuration information of the log server. More...
Public Member Functions | |
| LogUploadServerInfo (String domain, String path, int port, boolean https) | |
| String | getServerDomain () |
| String | getServerPath () |
| int | getServerPort () |
| boolean | getServerHttps () |
Public Attributes | |
| String | serverDomain = null |
| String | serverPath = null |
| int | serverPort = 0 |
| boolean | serverHttps = true |
Configuration information of the log server.
| String io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverDomain = null |
The domain name of the log server.
| String io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverPath = null |
The storage path of the log on the server.
| int io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverPort = 0 |
The port of the log server.
| boolean io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverHttps = true |
Whether the log server uses the HTTPS protocol:
true: Uses the HTTPS protocol.false: Uses the HTTP protocol.
1.8.18