Uses of Interface
tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouConnectionListener
Packages that use IKuaishouConnectionListener
-
Uses of IKuaishouConnectionListener in tech.ordinaryroad.live.chat.client.kuaishou.client
Constructors in tech.ordinaryroad.live.chat.client.kuaishou.client with parameters of type IKuaishouConnectionListenerModifierConstructorDescriptionKuaishouLiveChatClient(KuaishouLiveChatClientConfig config, List<IKuaishouMsgListener> msgListeners, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener) KuaishouLiveChatClient(KuaishouLiveChatClientConfig config, IKuaishouMsgListener msgListener, IKuaishouConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup)