Uses of Class
tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
Packages that use KuaishouConnectionHandler
Package
Description
-
Uses of KuaishouConnectionHandler in tech.ordinaryroad.live.chat.client.kuaishou.client
Methods in tech.ordinaryroad.live.chat.client.kuaishou.client that return KuaishouConnectionHandlerModifier and TypeMethodDescriptionKuaishouLiveChatClient.initConnectionHandler(tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> clientConnectionListener) Method parameters in tech.ordinaryroad.live.chat.client.kuaishou.client with type arguments of type KuaishouConnectionHandlerModifier and TypeMethodDescriptionKuaishouLiveChatClient.initConnectionHandler(tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> clientConnectionListener) -
Uses of KuaishouConnectionHandler 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 KuaishouConnectionHandlerModifierConstructorDescriptionKuaishouConnectionHandler(Supplier<io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler> webSocketProtocolHandler, long roomId, KuaishouApis.RoomInitResult roomInitResult, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> listener) KuaishouConnectionHandler(Supplier<io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler> webSocketProtocolHandler, long roomId, KuaishouApis.RoomInitResult roomInitResult, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> listener, String cookie) KuaishouConnectionHandler(Supplier<io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler> webSocketProtocolHandler, KuaishouLiveChatClient client, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<KuaishouConnectionHandler> listener)