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
      The domain name of the log server.
    • serverPath

      public String serverPath
      The storage path of the log on the server.
    • serverPort

      public int serverPort
      The port of the log server.
    • serverHttps

      public boolean serverHttps
      Whether the log server uses the HTTPS protocol: - `true`: Uses the HTTPS protocol. - `false`: Uses the HTTP protocol.
  • 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()