程序包 com.easemob.im
类 ServerConfiguration
java.lang.Object
com.easemob.im.ServerConfiguration
Representing a Server configuration.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
URL
-
description
-
variables
-
-
构造器详细资料
-
ServerConfiguration
- 参数:
URL- A URL to the target host.description- A description of the host designated by the URL.variables- A map between a variable name and its value. The value is used for substitution in the server's URL template.
-
-
方法详细资料
-
URL
Format URL template using given variables.- 参数:
variables- A map between a variable name and its value.- 返回:
- Formatted URL.
-
URL
Format URL template using default server variables.- 返回:
- Formatted URL.
-