Package io.agora.rtm
Class RtmPrivateConfig
java.lang.Object
io.agora.rtm.RtmPrivateConfig
Private configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofRtmPrivateConfigwith default parameters.RtmPrivateConfig(EnumSet<RtmConstants.RtmServiceType> serviceType, ArrayList<String> accessPointHosts) Creates a new instance ofRtmProxyConfigwith specifies parameters. -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetAccessPointHosts(ArrayList<String> accessPointHosts) voidsetServiceType(EnumSet<RtmConstants.RtmServiceType> serviceType) toString()
-
Constructor Details
-
RtmPrivateConfig
public RtmPrivateConfig()Creates a new instance ofRtmPrivateConfigwith default parameters. -
RtmPrivateConfig
public RtmPrivateConfig(EnumSet<RtmConstants.RtmServiceType> serviceType, ArrayList<String> accessPointHosts) Creates a new instance ofRtmProxyConfigwith specifies parameters.- Parameters:
serviceType- The service typeaccessPointHosts- The local access point hosts list
-
-
Method Details