WebSocketTransport

constructor(configureTls: TLSConfigBuilder.() -> Unit? = null)

Parameters

configureTls

optional hook applied to the engine's TLS configuration before platform trust is configured. Use it to trust a private or self-signed CA for this connection only. Honoured on JVM, Android, Apple, and Linux; ignored on Windows and in the browser.


constructor()