Class LocalAccessPointConfiguration.LogUploadServerInfo

java.lang.Object
io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo
Enclosing class:
LocalAccessPointConfiguration

public static class LocalAccessPointConfiguration.LogUploadServerInfo extends Object
  • Field Details

    • serverDomain

      public String serverDomain
      Log upload server domain
    • serverPath

      public String serverPath
      Log upload server path
    • serverPort

      public int serverPort
      Log upload server port
    • serverHttps

      public boolean serverHttps
      Whether to use HTTPS request: - true: Use HTTPS request - fasle: Use HTTP request
  • Constructor Details

    • LogUploadServerInfo

      public LogUploadServerInfo()
    • LogUploadServerInfo

      public LogUploadServerInfo(String domain, String path, int port, boolean https)
  • Method Details

    • getServerDomain

      public String getServerDomain()
    • getServerPath

      public String getServerPath()
    • getServerPort

      public int getServerPort()
    • getServerHttps

      public boolean getServerHttps()