Index

C D E G I K O S T 
All Classes and Interfaces|All Packages

C

clickLike(int, Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
connect(Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 

D

decode(ChannelHandlerContext, BinaryWebSocketFrame, List<Object>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouCodecHandler
 
destroyForwardClient() - Method in class tech.ordinaryroad.live.chat.client.kuaishou.listener.impl.KuaishouForwardMsgListener
 

E

encode(ChannelHandlerContext, IKuaishouMsg, List<Object>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouCodecHandler
 

G

getRoomId() - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
getWebSocketUriString() - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 

I

IKuaishouConnectionListener - Interface in tech.ordinaryroad.live.chat.client.kuaishou.listener
 
IKuaishouMsgListener - Interface in tech.ordinaryroad.live.chat.client.kuaishou.listener
 
init() - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
initChannel(SocketChannel) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
initChannel(SocketChannel) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouLiveChatClientChannelInitializer
 
initConnectionHandler(IBaseConnectionListener<KuaishouConnectionHandler>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 

K

KuaishouBinaryFrameHandler - Class in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
 
KuaishouBinaryFrameHandler(List<IKuaishouMsgListener>, long) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouBinaryFrameHandler
 
KuaishouBinaryFrameHandler(List<IKuaishouMsgListener>, KuaishouLiveChatClient) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouBinaryFrameHandler
 
KuaishouCodecHandler - Class in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
 
KuaishouCodecHandler() - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouCodecHandler
 
KuaishouConnectionHandler - Class in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, long, KuaishouApis.RoomInitResult, String) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, long, KuaishouApis.RoomInitResult, IBaseConnectionListener<KuaishouConnectionHandler>) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, long, KuaishouApis.RoomInitResult, IBaseConnectionListener<KuaishouConnectionHandler>, String) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, KuaishouApis.RoomInitResult, long) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, KuaishouLiveChatClient) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouConnectionHandler(Supplier<WebSocketClientProtocolHandler>, KuaishouLiveChatClient, IBaseConnectionListener<KuaishouConnectionHandler>) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
KuaishouForwardMsgListener - Class in tech.ordinaryroad.live.chat.client.kuaishou.listener.impl
 
KuaishouForwardMsgListener(String) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.listener.impl.KuaishouForwardMsgListener
 
KuaishouLiveChatClient - Class in tech.ordinaryroad.live.chat.client.kuaishou.client
 
KuaishouLiveChatClient(KuaishouLiveChatClientConfig) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
KuaishouLiveChatClient(KuaishouLiveChatClientConfig, List<IKuaishouMsgListener>, IKuaishouConnectionListener, EventLoopGroup) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
KuaishouLiveChatClient(KuaishouLiveChatClientConfig, IKuaishouMsgListener) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
KuaishouLiveChatClient(KuaishouLiveChatClientConfig, IKuaishouMsgListener, IKuaishouConnectionListener) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
KuaishouLiveChatClient(KuaishouLiveChatClientConfig, IKuaishouMsgListener, IKuaishouConnectionListener, EventLoopGroup) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
KuaishouLiveChatClientChannelInitializer - Class in tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
 
KuaishouLiveChatClientChannelInitializer(KuaishouLiveChatClient) - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouLiveChatClientChannelInitializer
 
KuaishouLiveChatClientConfig - Class in tech.ordinaryroad.live.chat.client.kuaishou.config
 
KuaishouLiveChatClientConfig() - Constructor for class tech.ordinaryroad.live.chat.client.kuaishou.config.KuaishouLiveChatClientConfig
 

O

onCmdMsg(PayloadTypeOuterClass.PayloadType, ICmdMsg<PayloadTypeOuterClass.PayloadType>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouBinaryFrameHandler
 
onDanmuMsg(KuaishouDanmuMsg) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.listener.impl.KuaishouForwardMsgListener
 
onGiftMsg(KuaishouGiftMsg) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.listener.impl.KuaishouForwardMsgListener
 
onLikeMsg(KuaishouLikeMsg) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.listener.impl.KuaishouForwardMsgListener
 

S

sendAuthRequest(Channel) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
sendDanmu(Object, Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.client.KuaishouLiveChatClient
 
sendHeartbeat(Channel) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.netty.handler.KuaishouConnectionHandler
 
setRoomInfoGetType(RoomInfoGetTypeEnum) - Method in class tech.ordinaryroad.live.chat.client.kuaishou.config.KuaishouLiveChatClientConfig
 

T

tech.ordinaryroad.live.chat.client.kuaishou.client - package tech.ordinaryroad.live.chat.client.kuaishou.client
 
tech.ordinaryroad.live.chat.client.kuaishou.config - package tech.ordinaryroad.live.chat.client.kuaishou.config
 
tech.ordinaryroad.live.chat.client.kuaishou.listener - package tech.ordinaryroad.live.chat.client.kuaishou.listener
 
tech.ordinaryroad.live.chat.client.kuaishou.listener.impl - package tech.ordinaryroad.live.chat.client.kuaishou.listener.impl
 
tech.ordinaryroad.live.chat.client.kuaishou.netty.handler - package tech.ordinaryroad.live.chat.client.kuaishou.netty.handler
 
C D E G I K O S T 
All Classes and Interfaces|All Packages