Index
All Classes and Interfaces|All Packages|Serialized Form
B
- BaseCmdMsg<CmdEnum extends Enum<CmdEnum>> - Class in tech.ordinaryroad.live.chat.client.commons.base.msg
- BaseCmdMsg() - Constructor for class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg
- BaseException - Exception in tech.ordinaryroad.live.chat.client.commons.base.exception
- BaseException() - Constructor for exception tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- BaseException(String) - Constructor for exception tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- BaseException(String, Throwable) - Constructor for exception tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- BaseException(String, Throwable, boolean, boolean) - Constructor for exception tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- BaseException(Throwable) - Constructor for exception tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- BaseMsg - Class in tech.ordinaryroad.live.chat.client.commons.base.msg
- BaseMsg() - Constructor for class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
C
- Constants - Class in tech.ordinaryroad.live.chat.client.commons.base.constants
- Constants() - Constructor for class tech.ordinaryroad.live.chat.client.commons.base.constants.Constants
G
- getCmd() - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg
- getCmdEnum() - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg
- getContent() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
-
弹幕内容
- getGiftCount() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
礼物数量
- getGiftId() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
礼物id
- getGiftName() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
礼物名称
- getGiftPrice() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
单个礼物价格
- getReceiveUid() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
接收方id
- getReceiveUsername() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
接收方用户名
- getUid() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
-
弹幕发送者id
- getUid() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
发送方id
- getUnknownProperties() - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
- getUsername() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
-
弹幕发送者用户名
- getUsername() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
发送方用户名
I
- IBaseConnectionListener<T> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
-
连接回调
- IBaseMsgListener<T,
CmdEnum extends Enum<CmdEnum>, DanmuMsg extends IMsg, GiftMsg extends IMsg> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener - IDanmuMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
- IGiftMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
- IMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
O
- OBJECT_MAPPER - Static variable in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
- onCmdMsg(CmdEnum, BaseCmdMsg<CmdEnum>) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onCmdMsg(T, CmdEnum, BaseCmdMsg<CmdEnum>) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到cmd消息(所有cmd)
- onConnected(T) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener
-
连接建立成功
- onConnectFailed(T) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener
-
连接建立失败
- onDanmuMsg(DanmuMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onDanmuMsg(T, DanmuMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到弹幕
- onDisconnected(T) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener
-
连接断开
- onGiftMsg(GiftMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onGiftMsg(T, GiftMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到礼物
- onMsg(IMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onMsg(T, IMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到消息(所有消息)
- onOtherCmdMsg(CmdEnum, BaseCmdMsg<CmdEnum>) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onOtherCmdMsg(T, CmdEnum, BaseCmdMsg<CmdEnum>) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到其他cmd消息(存在Enum,但Listener没有对应的回调)
- onUnknownCmd(String, BaseMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
- onUnknownCmd(T, String, BaseMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
-
收到未知cmd消息
S
- setCmd(String) - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg
- setOther(String, JsonNode) - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
T
- tech.ordinaryroad.live.chat.client.commons.base.constants - package tech.ordinaryroad.live.chat.client.commons.base.constants
- tech.ordinaryroad.live.chat.client.commons.base.exception - package tech.ordinaryroad.live.chat.client.commons.base.exception
- tech.ordinaryroad.live.chat.client.commons.base.listener - package tech.ordinaryroad.live.chat.client.commons.base.listener
- tech.ordinaryroad.live.chat.client.commons.base.msg - package tech.ordinaryroad.live.chat.client.commons.base.msg
- toString() - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
All Classes and Interfaces|All Packages|Serialized Form