类 KuaishouLiveChatClientConfig
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.kuaishou.config.KuaishouLiveChatClientConfig
public class KuaishouLiveChatClientConfig
extends tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
- 作者:
- mjz
-
嵌套类概要
从类继承的嵌套类/接口 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>> 从类继承的嵌套类/接口 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>> -
字段概要
从类继承的字段 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 -
构造器概要
构造器 -
方法概要
从类继承的方法 tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
canEqual, equals, getAggregatorMaxContentLength, getMaxFramePayloadLength, hashCode, setAggregatorMaxContentLength, setMaxFramePayloadLength, toString从类继承的方法 tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
addPropertyChangeListener, addPropertyChangeListener, getCookie, getForwardWebsocketUri, getHandshakeTimeoutMillis, getHeartbeatInitialDelay, getHeartbeatPeriod, getMinSendDanmuPeriod, getPropertyChangeSupport, getReconnectDelay, getRoomId, getSocks5ProxyHost, getSocks5ProxyPassword, getSocks5ProxyPort, getSocks5ProxyUsername, getWebsocketUri, isAutoReconnect, removePropertyChangeListener, removePropertyChangeListener, setAutoReconnect, setCookie, setForwardWebsocketUri, setHandshakeTimeoutMillis, setHeartbeatInitialDelay, setHeartbeatPeriod, setMinSendDanmuPeriod, setReconnectDelay, setRoomId, setSocks5ProxyHost, setSocks5ProxyPassword, setSocks5ProxyPort, setSocks5ProxyUsername, setWebsocketUri
-
构造器详细资料
-
KuaishouLiveChatClientConfig
public KuaishouLiveChatClientConfig()
-