Index

B C G I O S T 
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.constant
 
Constants() - Constructor for class tech.ordinaryroad.live.chat.client.commons.base.constant.Constants
 

G

getBadgeLevel() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
粉丝牌等级
getBadgeLevel() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IEnterRoomMsg
粉丝牌等级
getBadgeLevel() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
粉丝牌等级
getBadgeLevel() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ISuperChatMsg
 
getBadgeName() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
粉丝牌名称
getBadgeName() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IEnterRoomMsg
粉丝牌名称
getBadgeName() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
粉丝牌名称
getBadgeName() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ISuperChatMsg
 
getCmd() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg
 
getCmdEnum() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg
 
getContent() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
弹幕内容
getDuration() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ISuperChatMsg
醒目留言持续时间,单位秒
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
getGiftImg() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
礼物图像地址
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.IEnterRoomMsg
用户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
 
getUserAvatar() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg
弹幕发送者头像地址
getUserAvatar() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IEnterRoomMsg
头像地址
getUserAvatar() - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
发送方头像地址
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.IEnterRoomMsg
用户名
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>> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
Base消息回调
ICmdMsg<CmdEnum extends Enum<CmdEnum>> - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
 
IDanmuMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
 
IDanmuMsgListener<T,DanmuMsg> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
弹幕消息回调
IEnterRoomMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
入房消息
IEnterRoomMsgListener<T,EnterRoomMsg> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
进入房间消息回调
IGiftMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
 
IGiftMsgListener<T,GiftMsg> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
礼物消息回调
IMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
 
ISuperChatMsg - Interface in tech.ordinaryroad.live.chat.client.commons.base.msg
醒目留言
ISuperChatMsgListener<T,SuperChatMsg> - Interface in tech.ordinaryroad.live.chat.client.commons.base.listener
醒目留言消息回调

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(CmdEnum, ICmdMsg<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
Deprecated.
use #onCmdMsg(T, Enum, ICmdMsg)
onCmdMsg(T, CmdEnum, ICmdMsg<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.IDanmuMsgListener
 
onDanmuMsg(T, DanmuMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener
收到弹幕
onDisconnected(T) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener
连接断开
onEnterRoomMsg(EnterRoomMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener
 
onEnterRoomMsg(T, EnterRoomMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener
用户进入房间
onGiftMsg(GiftMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener
 
onGiftMsg(T, GiftMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener
收到礼物
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(CmdEnum, ICmdMsg<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
Deprecated.
use #onOtherCmdMsg(T, Enum, ICmdMsg)
onOtherCmdMsg(T, CmdEnum, ICmdMsg<CmdEnum>) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
收到其他cmd消息(存在Enum,但Listener没有对应的回调)
onSuperChatMsg(SuperChatMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.ISuperChatMsgListener
 
onSuperChatMsg(T, SuperChatMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.ISuperChatMsgListener
收到醒目留言
onUnknownCmd(String, BaseMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
onUnknownCmd(String, IMsg) - 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
onUnknownCmd(T, String, IMsg) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener
收到未知cmd消息

S

setCmd(String) - Method in interface tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg
 
setOther(String, JsonNode) - Method in class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
 

T

tech.ordinaryroad.live.chat.client.commons.base.constant - package tech.ordinaryroad.live.chat.client.commons.base.constant
 
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
 
B C G I O S T 
All Classes and Interfaces|All Packages|Serialized Form