Package io.agora.rtc2.proxy
Class LocalAccessPointConfiguration.LogUploadServerInfo
java.lang.Object
io.agora.rtc2.proxy.LocalAccessPointConfiguration.LogUploadServerInfo
- Enclosing class:
- LocalAccessPointConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe domain name of the log server.booleanWhether the log server uses the HTTPS protocol: - `true`: Uses the HTTPS protocol.The storage path of the log on the server.intThe port of the log server. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanint
-
Field Details
-
serverDomain
The domain name of the log server. -
serverPath
The storage path of the log on the server. -
serverPort
public int serverPortThe port of the log server. -
serverHttps
public boolean serverHttpsWhether the log server uses the HTTPS protocol: - `true`: Uses the HTTPS protocol. - `false`: Uses the HTTP protocol.
-
-
Constructor Details
-
LogUploadServerInfo
public LogUploadServerInfo() -
LogUploadServerInfo
-
-
Method Details
-
getServerDomain
-
getServerPath
-
getServerPort
public int getServerPort() -
getServerHttps
public boolean getServerHttps()
-