Index
All Classes and Interfaces|All Packages
B
- BaseNettyClient<Config extends BaseNettyClientConfig,
CmdEnum extends Enum<CmdEnum>, Msg extends tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg, MsgListener extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<BinaryFrameHandler, CmdEnum>, ConnectionHandler extends BaseConnectionHandler<ConnectionHandler>, BinaryFrameHandler extends BaseBinaryFrameHandler<BinaryFrameHandler, CmdEnum, Msg, MsgListener>> - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.base - BaseNettyClient(Config, EventLoopGroup, IBaseConnectionListener<ConnectionHandler>) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- BaseNettyClientBinaryFrameHandler<Client extends BaseNettyClient<?,
?, ?, ?, ?, ?>, BinaryFrameHandler extends BaseBinaryFrameHandler<BinaryFrameHandler, CmdEnum, Msg, MsgListener>, CmdEnum extends Enum<CmdEnum>, Msg extends tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg, MsgListener extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<BinaryFrameHandler, CmdEnum>> - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.handler -
BaseClientBinaryFrameHandler
- BaseNettyClientBinaryFrameHandler(List<MsgListener>, long) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler
- BaseNettyClientBinaryFrameHandler(List<MsgListener>, Client) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler
- BaseNettyClientBinaryFrameHandler(List<MsgListener>, Client, long) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler
- BaseNettyClientChannelInitializer<CLIENT extends BaseNettyClient<?,
?, ?, ?, ?, ?>> - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.handler - BaseNettyClientChannelInitializer(CLIENT) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientChannelInitializer
- BaseNettyClientConfig - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.config
- BaseNettyClientConfig() - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
- BaseNettyClientConnectionHandler<Client extends BaseNettyClient<?,
?, ?, ?, ?, ?>, ConnectionHandler extends BaseConnectionHandler<ConnectionHandler>> - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.handler -
BaseClientConnectionHandler
- BaseNettyClientConnectionHandler(Supplier<WebSocketClientProtocolHandler>, long) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- BaseNettyClientConnectionHandler(Supplier<WebSocketClientProtocolHandler>, Client) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- BaseNettyClientConnectionHandler(Supplier<WebSocketClientProtocolHandler>, Client, IBaseConnectionListener<ConnectionHandler>) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- BaseNettyClientConnectionHandler(Supplier<WebSocketClientProtocolHandler>, IBaseConnectionListener<ConnectionHandler>) - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- BinaryWebSocketFrameToMessageCodec<MSG extends tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg> - Class in tech.ordinaryroad.live.chat.client.servers.netty.client.handler
-
BinaryWebSocketFrameToMessageCodec
- BinaryWebSocketFrameToMessageCodec() - Constructor for class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BinaryWebSocketFrameToMessageCodec
C
- checkCanSendDanmu() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- checkCanSendDanmu(boolean) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
-
发送弹幕前判断是否可以发送
- clickLike(int, Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- client - Variable in class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler
- client - Variable in class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientChannelInitializer
- client - Variable in class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- clientConnectionListener - Variable in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- connect(Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
D
- destroy() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- disconnect() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
F
- finishSendDanmu() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
-
发送弹幕后调用该方法
G
- getHeartbeatInitialDelay() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- getHeartbeatPeriod() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler
- getWebSocketUriString() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
I
- init() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- initChannel(SocketChannel) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
-
初始化Channel,添加自己的Handler
- initConnectionHandler(IBaseConnectionListener<ConnectionHandler>) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
O
- onConnected(ConnectionHandler) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- onConnectFailed(ConnectionHandler) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- onDisconnected(ConnectionHandler) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
S
- send(Object, Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- sendDanmu(Object, Runnable, Consumer<Throwable>) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
- setStatus(ClientStatusEnums) - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
T
- tech.ordinaryroad.live.chat.client.servers.netty.client.base - package tech.ordinaryroad.live.chat.client.servers.netty.client.base
- tech.ordinaryroad.live.chat.client.servers.netty.client.config - package tech.ordinaryroad.live.chat.client.servers.netty.client.config
- tech.ordinaryroad.live.chat.client.servers.netty.client.handler - package tech.ordinaryroad.live.chat.client.servers.netty.client.handler
- tryReconnect() - Method in class tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient
All Classes and Interfaces|All Packages