ConnectionStatus

expect class ConnectionStatus(source)

ENTERPRISE EDITION API

Connection Status

actual class ConnectionStatus : DelegatedClass<<Error class: unknown class>> (source)
actual class ConnectionStatus(source)

Properties

Link copied to clipboard

The count of clients that are currently actively transferring data. Note: this number is highly volatile. The actual number of active connections may have changed by the time the call returns.

Link copied to clipboard
expect val connectionCount: Int

The count of clients currently connected to this listener.

actual val connectionCount: Int
actual val connectionCount: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String