接口的使用
tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener
使用IKuaishouMsgListener的程序包
程序包
说明
-
tech.ordinaryroad.live.chat.client.kuaishou.client中IKuaishouMsgListener的使用
限定符构造器说明KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) 限定符构造器说明KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, List<IKuaishouMsgListener> msgListeners, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) -
tech.ordinaryroad.live.chat.client.kuaishou.listener.impl中IKuaishouMsgListener的使用
-
tech.ordinaryroad.live.chat.client.kuaishou.netty.handler中IKuaishouMsgListener的使用
限定符构造器说明KuaishouBinaryFrameHandler(List<IKuaishouMsgListener> iKuaishouMsgListeners, long roomId) KuaishouBinaryFrameHandler(List<IKuaishouMsgListener> iKuaishouMsgListeners, KuaishouLiveChatClient client)