类 DouyinLiveChatClientConfig

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.douyin.config.DouyinLiveChatClientConfig

public class DouyinLiveChatClientConfig 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>>
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final List<String>
     

    从类继承的字段 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, getWebsocketUri, isAutoReconnect, removePropertyChangeListener, removePropertyChangeListener, setAutoReconnect, setCookie, setForwardWebsocketUri, setHandshakeTimeoutMillis, setHeartbeatInitialDelay, setHeartbeatPeriod, setMinSendDanmuPeriod, setPropertyChangeSupport, setReconnectDelay, setRoomId, setWebsocketUri

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • WEB_SOCKET_URIS

      public static final List<String> WEB_SOCKET_URIS
  • 构造器详细资料

    • DouyinLiveChatClientConfig

      public DouyinLiveChatClientConfig()