类 BaseLiveChatClientConfig

java.lang.Object
tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig

public abstract class BaseLiveChatClientConfig extends Object
直播间弹幕客户端配置
作者:
mjz
  • 字段详细资料

    • propertyChangeSupport

      protected PropertyChangeSupport propertyChangeSupport
    • DEFAULT_HEARTBEAT_INITIAL_DELAY

      public static final long DEFAULT_HEARTBEAT_INITIAL_DELAY
      另请参阅:
    • DEFAULT_HEARTBEAT_PERIOD

      public static final long DEFAULT_HEARTBEAT_PERIOD
      另请参阅:
    • DEFAULT_MIN_SEND_DANMU_PERIOD

      public static final long DEFAULT_MIN_SEND_DANMU_PERIOD
      另请参阅:
  • 构造器详细资料

    • BaseLiveChatClientConfig

      public BaseLiveChatClientConfig()
  • 方法详细资料

    • setCookie

      public void setCookie(String cookie)
    • setRoomId

      public void setRoomId(Object roomId)
    • setWebsocketUri

      public void setWebsocketUri(String websocketUri)
    • setMinSendDanmuPeriod

      public void setMinSendDanmuPeriod(long minSendDanmuPeriod)
    • addPropertyChangeListener

      public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener listener)