类 BaseLiveChatClientConfig
java.lang.Object
tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
直播间弹幕客户端配置
- 作者:
- mjz
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidaddPropertyChangeListener(String propertyName, PropertyChangeListener listener) voidvoidremovePropertyChangeListener(String propertyName, PropertyChangeListener listener) voidvoidsetMinSendDanmuPeriod(long minSendDanmuPeriod) voidvoidsetWebsocketUri(String websocketUri)
-
字段详细资料
-
propertyChangeSupport
-
DEFAULT_HEARTBEAT_INITIAL_DELAY
public static final long DEFAULT_HEARTBEAT_INITIAL_DELAY- 另请参阅:
-
DEFAULT_HEARTBEAT_PERIOD
public static final long DEFAULT_HEARTBEAT_PERIOD- 另请参阅:
-
DEFAULT_MIN_SEND_DANMU_PERIOD
public static final long DEFAULT_MIN_SEND_DANMU_PERIOD- 另请参阅:
-
-
构造器详细资料
-
BaseLiveChatClientConfig
public BaseLiveChatClientConfig()
-
-
方法详细资料
-
setCookie
-
setRoomId
-
setWebsocketUri
-
setMinSendDanmuPeriod
public void setMinSendDanmuPeriod(long minSendDanmuPeriod) -
addPropertyChangeListener
-
addPropertyChangeListener
-
removePropertyChangeListener
-
removePropertyChangeListener
-