接口的使用
tech.ordinaryroad.live.chat.client.bilibili.listener.IBilibiliMsgListener
使用IBilibiliMsgListener的程序包
程序包
说明
-
tech.ordinaryroad.live.chat.client.bilibili.client中IBilibiliMsgListener的使用
限定符构造器说明BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) 限定符构造器说明BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, List<IBilibiliMsgListener> msgListeners, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) -
tech.ordinaryroad.live.chat.client.bilibili.listener.impl中IBilibiliMsgListener的使用
-
tech.ordinaryroad.live.chat.client.bilibili.netty.handler中IBilibiliMsgListener的使用
限定符构造器说明BilibiliBinaryFrameHandler(List<IBilibiliMsgListener> msgListeners, long roomId, cn.hutool.core.lang.Pair<Object, Object> roomIdPair) BilibiliBinaryFrameHandler(List<IBilibiliMsgListener> msgListeners, BilibiliLiveChatClient client)