DarwinWebSocketClient
class DarwinWebSocketClient(endpointUrl: <ERROR CLASS>) : RPCClientConnector
Content copied to clipboard
Types
Connection
Link copied to clipboard
inner class Connection(websocket: <ERROR CLASS>, scope: CoroutineScope) : RPCConnection, CoroutineScope
Content copied to clipboard
Functions
isConnectionCloseException
Link copied to clipboard
open override fun isConnectionCloseException(throwable: Throwable): Boolean
Content copied to clipboard
withConnection
Link copied to clipboard
open suspend override fun withConnection(block: suspend RPCConnection.() -> Unit)
Content copied to clipboard
Properties
currentTask
Link copied to clipboard