rd-framework / com.jetbrains.rd.framework / SocketWire

SocketWire

class SocketWire

Types

Base

abstract class Base : WireBase

Client

class Client : SocketWire.Base

Server

class Server : SocketWire.Base

ServerFactory

class ServerFactory

WireParameters

data class WireParameters

Constructors

<init>

SocketWire()

Companion Object Properties

disconnectedPauseReason

const val disconnectedPauseReason: String

maximumHeartbeatDelay

const val maximumHeartbeatDelay: Int

timeout

val timeout: Duration

Extension Functions

deepClonePolymorphic

fun <T> T.deepClonePolymorphic(): T