Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo Class Reference

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
 

Detailed Description

Configuration information of the log server.

Member Data Documentation

◆ serverDomain

String io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverDomain = null

The domain name of the log server.

◆ serverPath

String io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverPath = null

The storage path of the log on the server.

◆ serverPort

int io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo.serverPort = 0

The port of the log server.

◆ serverHttps

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.