Uses of Enum Class
tech.ordinaryroad.live.chat.client.bilibili.constant.ProtoverEnum
Packages that use ProtoverEnum
Package
Description
-
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.config
Methods in tech.ordinaryroad.live.chat.client.bilibili.config with parameters of type ProtoverEnumModifier and TypeMethodDescriptionvoidBilibiliLiveChatClientConfig.setProtover(ProtoverEnum protover) -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.constant
Methods in tech.ordinaryroad.live.chat.client.bilibili.constant that return ProtoverEnumModifier and TypeMethodDescriptionstatic ProtoverEnumProtoverEnum.getByCode(int code) static ProtoverEnumReturns the enum constant of this class with the specified name.static ProtoverEnum[]ProtoverEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.msg
Methods in tech.ordinaryroad.live.chat.client.bilibili.msg that return ProtoverEnumModifier and TypeMethodDescriptionAuthMsg.getProtoverEnum()AuthReplyMsg.getProtoverEnum()HeartbeatMsg.getProtoverEnum()HeartbeatReplyMsg.getProtoverEnum() -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.msg.base
Methods in tech.ordinaryroad.live.chat.client.bilibili.msg.base that return ProtoverEnumModifier and TypeMethodDescriptionBaseBilibiliCmdMsg.getProtoverEnum()IBilibiliMsg.getProtoverEnum() -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base
Methods in tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base that return ProtoverEnum -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.netty.frame.factory
Methods in tech.ordinaryroad.live.chat.client.bilibili.netty.frame.factory with parameters of type ProtoverEnumModifier and TypeMethodDescriptionBilibiliWebSocketFrameFactory.createAuth(ProtoverEnum protover) BilibiliWebSocketFrameFactory.createAuth(ProtoverEnum protover, String cookie) 创建认证包BilibiliWebSocketFrameFactory.createHeartbeat(ProtoverEnum protover) BilibiliWebSocketFrameFactory.getHeartbeatMsg(ProtoverEnum protover) 心跳包单例模式 -
Uses of ProtoverEnum in tech.ordinaryroad.live.chat.client.bilibili.netty.handler
Constructors in tech.ordinaryroad.live.chat.client.bilibili.netty.handler with parameters of type ProtoverEnumModifierConstructorDescriptionBilibiliConnectionHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, long roomId, ProtoverEnum protover) BilibiliConnectionHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, long roomId, ProtoverEnum protover, String cookie) BilibiliConnectionHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, long roomId, ProtoverEnum protover, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<BilibiliConnectionHandler> listener) BilibiliConnectionHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, long roomId, ProtoverEnum protover, tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<BilibiliConnectionHandler> listener, String cookie)