KeepAlive

class KeepAlive @JvmOverloads constructor(intervalMillis: Int = 20 * 1000, maxLifetimeMillis: Int = 90 * 1000)

Represents the time internal for KEEPALIVE frames.

Constructors

Link copied to clipboard
constructor(intervalMillis: Int = 20 * 1000, maxLifetimeMillis: Int = 90 * 1000)