索引
All Classes and Interfaces|常量字段值|所有程序包
A
- addMsgListener(MsgListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- addMsgListener(MsgListener) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- addMsgListeners(List<MsgListener>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- addMsgListeners(List<MsgListener>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- addPropertyChangeListener(PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- addPropertyChangeListener(String, PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- addStatusChangeListener(PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
-
已过时。
- addStatusChangeListener(IClientStatusChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- addStatusChangeListener(IClientStatusChangeListener) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
添加状态变化监听器
B
- BaseLiveChatClient<Config extends BaseLiveChatClientConfig,
MsgListener extends IBaseMsgListener<?, ?>> - tech.ordinaryroad.live.chat.client.commons.client中的类 - BaseLiveChatClient(Config) - 类的构造器 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- BaseLiveChatClientConfig - tech.ordinaryroad.live.chat.client.commons.client.config中的类
-
直播间弹幕客户端配置
- BaseLiveChatClientConfig() - 类的构造器 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
C
- cancelReconnect - 类中的变量 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- checkStatus(ClientStatusEnums) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
-
判断是否处于某个状态,或者处于后续状态
- clickLike(int) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- clickLike(int) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
为直播间点赞
- clickLike(int, Runnable) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- clickLike(int, Runnable) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
为直播间点赞
- clickLike(int, Runnable, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
为直播间点赞
- clickLike(int, Consumer<Throwable>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- clickLike(int, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
为直播间点赞
- ClientStatusEnums - tech.ordinaryroad.live.chat.client.commons.client.enums中的枚举
- connect() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- connect() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- connect(Runnable) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- connect(Runnable) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- connect(Runnable, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- CONNECT_FAILED - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
连接失败
- CONNECTED - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
已连接
- CONNECTING - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
连接中
D
- DEFAULT_HANDSHAKE_TIMEOUT_MILLIS - 类中的静态变量 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
-
默认WebSocket握手超时时间
- DEFAULT_HEARTBEAT_INITIAL_DELAY - 类中的静态变量 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- DEFAULT_HEARTBEAT_PERIOD - 类中的静态变量 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- DEFAULT_MIN_SEND_DANMU_PERIOD - 类中的静态变量 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- destroy() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- destroy() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- DESTROYED - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
已销毁
- disconnect() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- disconnect(boolean) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- disconnect(boolean) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
手动断开连接
- DISCONNECTED - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
已断开连接
G
- getCode() - 枚举中的方法 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
- getConfig() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- getStatus() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- getStatus() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
获取当前状态
- getWebSocketUriString() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
I
- IBaseLiveChatClient<MsgListener extends IBaseMsgListener<?,
?>> - tech.ordinaryroad.live.chat.client.commons.client中的接口 - IClientStatusChangeListener - tech.ordinaryroad.live.chat.client.commons.client.listener中的接口
-
客户端状态变化Listener
- init() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- INITIALIZED - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
已初始化
- iteratorMsgListeners(Consumer<MsgListener>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
N
- NEW - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
新创建
O
- onStatusChange(PropertyChangeEvent, ClientStatusEnums, ClientStatusEnums) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.listener.IClientStatusChangeListener
P
- propertyChange(PropertyChangeEvent) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.listener.IClientStatusChangeListener
- propertyChangeSupport - 类中的变量 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
R
- RECONNECTING - 枚举 中的枚举常量 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
重新连接中
- removeAllMsgListeners() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- removeAllMsgListeners() - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- removeMsgListener(MsgListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- removeMsgListener(MsgListener) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- removeMsgListeners(List<MsgListener>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- removeMsgListeners(List<MsgListener>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- removePropertyChangeListener(PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- removePropertyChangeListener(String, PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- removeStatusChangeListener(PropertyChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- removeStatusChangeListener(IClientStatusChangeListener) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- removeStatusChangeListener(IClientStatusChangeListener) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
移除状态变化监听器
S
- send(Object) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- send(Object) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- send(Object, Runnable) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- send(Object, Runnable) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- send(Object, Runnable, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- send(Object, Consumer<Throwable>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- send(Object, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
- sendDanmu(Object) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- sendDanmu(Object) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
发送弹幕
- sendDanmu(Object, Runnable) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- sendDanmu(Object, Runnable) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
发送弹幕
- sendDanmu(Object, Runnable, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
发送弹幕
- sendDanmu(Object, Consumer<Throwable>) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- sendDanmu(Object, Consumer<Throwable>) - 接口中的方法 tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient
-
发送弹幕
- setAutoReconnect(boolean) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setCookie(String) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setForwardWebsocketUri(String) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setHandshakeTimeoutMillis(long) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setHeartbeatInitialDelay(long) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setHeartbeatPeriod(long) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setMinSendDanmuPeriod(long) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setReconnectDelay(int) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setRoomId(Object) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- setStatus(ClientStatusEnums) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
- setWebsocketUri(String) - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- statusChangeSupport - 类中的变量 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
T
- tech.ordinaryroad.live.chat.client.commons.client - 程序包 tech.ordinaryroad.live.chat.client.commons.client
- tech.ordinaryroad.live.chat.client.commons.client.config - 程序包 tech.ordinaryroad.live.chat.client.commons.client.config
- tech.ordinaryroad.live.chat.client.commons.client.enums - 程序包 tech.ordinaryroad.live.chat.client.commons.client.enums
- tech.ordinaryroad.live.chat.client.commons.client.listener - 程序包 tech.ordinaryroad.live.chat.client.commons.client.listener
- tryReconnect() - 类中的方法 tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient
V
- valueOf(String) - 枚举中的静态方法 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
All Classes and Interfaces|常量字段值|所有程序包
addStatusChangeListener(IClientStatusChangeListener)