Uses of Class
tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
Packages that use KuaishouLiveChatClient
-
Uses of KuaishouLiveChatClient in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
Constructors in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler with parameters of type KuaishouLiveChatClientModifierConstructorDescriptionKuaishouBinaryFrameHandler(List<IKuaishouMsgListener> iKuaishouMsgListeners, KuaishouLiveChatClient client) KuaishouConnectionHandler(Supplier<io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler> webSocketProtocolHandler, KuaishouLiveChatClient client) KuaishouConnectionHandler(Supplier<io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler> webSocketProtocolHandler, KuaishouLiveChatClient client, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> listener)