|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.polyv.live.v1.config.LiveGlobalConfig
public class LiveGlobalConfig
直播全局配置类
| 方法摘要 | |
|---|---|
static String |
getAppId()
|
static String |
getAppSecret()
|
static String |
getUserId()
|
static void |
init(String appId,
String userId,
String appSecret)
系统全局初始化 |
static void |
init(String appId,
String userId,
String appSecret,
Integer timeOut,
Integer maxClientNum)
系统全局初始化 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static String getAppId()
public static String getUserId()
public static String getAppSecret()
public static void init(String appId,
String userId,
String appSecret)
appId - appIduserId - userIdappSecret - appSecret
public static void init(String appId,
String userId,
String appSecret,
Integer timeOut,
Integer maxClientNum)
appId - appIduserId - userIdappSecret - appSecrettimeOut - timeOutmaxClientNum - maxClientNum
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||