Uses of Interface
tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener
Packages that use IKuaishouMsgListener
Package
Description
-
Uses of IKuaishouMsgListener in tech.ordinaryroad.live.chat.client.kuaishou.client
Constructors in tech.ordinaryroad.live.chat.client.kuaishou.client with parameters of type IKuaishouMsgListenerModifierConstructorDescriptionKuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) Constructor parameters in tech.ordinaryroad.live.chat.client.kuaishou.client with type arguments of type IKuaishouMsgListenerModifierConstructorDescriptionKuaishouLiveChatClient(KuaishouLiveChatClientConfig config, List<IKuaishouMsgListener> msgListeners, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) -
Uses of IKuaishouMsgListener in tech.ordinaryroad.live.chat.client.kuaishou.listener.impl
Classes in tech.ordinaryroad.live.chat.client.kuaishou.listener.impl that implement IKuaishouMsgListener -
Uses of IKuaishouMsgListener in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
Constructor parameters in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler with type arguments of type IKuaishouMsgListenerModifierConstructorDescriptionKuaishouBinaryFrameHandler(List<IKuaishouMsgListener> iKuaishouMsgListeners, long roomId) KuaishouBinaryFrameHandler(List<IKuaishouMsgListener> iKuaishouMsgListeners, KuaishouLiveChatClient client)