rd-framework / com.jetbrains.rd.framework.util / PortPair

PortPair

data class PortPair

Properties

receiverPort

val receiverPort: Int

senderPort

val senderPort: Int

Companion Object Functions

getFree

fun getFree(senderPort: Int = 55500, receiverPort: Int = 55501): PortPair

Extension Functions

deepClonePolymorphic

fun <T> T.deepClonePolymorphic(): T