DittoConnect

open class DittoConnect(var tcpServers: MutableSet<String> = mutableSetOf(), var websocketUrls: MutableSet<String> = mutableSetOf(), var retryIntervalMs: Long = 5000) : Cloneable

Specific servers that Ditto should attempt to connect to.

TCP servers are specified as "host:port". Websocket URLs take the form "wss://hydra.ditto.live".

Please refer to the documentation on Ditto's website for configuring cloud or client/server scenarios.

Inheritors

Constructors

Link copied to clipboard
constructor(tcpServers: MutableSet<String> = mutableSetOf(), websocketUrls: MutableSet<String> = mutableSetOf(), retryIntervalMs: Long = 5000)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun clone(): DittoConnect