Class BilibiliLiveChatClientConfig
java.lang.Object
tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
tech.ordinaryroad.live.chat.client.bilibili.config.BilibiliLiveChatClientConfig
public class BilibiliLiveChatClientConfig
extends tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
B站直播间弹幕客户端配置
- Author:
- mjz
-
Nested Class Summary
Nested classes/interfaces inherited from class tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig.BaseNettyClientConfigBuilder<C extends tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig,B extends tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig.BaseNettyClientConfigBuilder<C, B>> Nested classes/interfaces inherited from class tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig.BaseLiveChatClientConfigBuilder<C extends tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig,B extends tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig.BaseLiveChatClientConfigBuilder<C, B>> -
Field Summary
Fields inherited from class tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
DEFAULT_HANDSHAKE_TIMEOUT_MILLIS, DEFAULT_HEARTBEAT_INITIAL_DELAY, DEFAULT_HEARTBEAT_PERIOD, DEFAULT_MIN_SEND_DANMU_PERIOD, propertyChangeSupport -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
canEqual, equals, getAggregatorMaxContentLength, getMaxFramePayloadLength, hashCode, setAggregatorMaxContentLength, setMaxFramePayloadLength, toStringMethods inherited from class tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
addPropertyChangeListener, addPropertyChangeListener, getCookie, getForwardWebsocketUri, getHandshakeTimeoutMillis, getHeartbeatInitialDelay, getHeartbeatPeriod, getMinSendDanmuPeriod, getPropertyChangeSupport, getReconnectDelay, getSocks5ProxyHost, getSocks5ProxyPassword, getSocks5ProxyPort, getSocks5ProxyUsername, getWebsocketUri, isAutoReconnect, removePropertyChangeListener, removePropertyChangeListener, setAutoReconnect, setCookie, setForwardWebsocketUri, setHandshakeTimeoutMillis, setHeartbeatInitialDelay, setHeartbeatPeriod, setMinSendDanmuPeriod, setReconnectDelay, setRoomId, setSocks5ProxyHost, setSocks5ProxyPassword, setSocks5ProxyPort, setSocks5ProxyUsername, setWebsocketUri
-
Constructor Details
-
BilibiliLiveChatClientConfig
public BilibiliLiveChatClientConfig()
-
-
Method Details
-
getRoomId
- Overrides:
getRoomIdin classtech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
-
setProtover
-