Implementation

abstract class Implementation

Inheritors

KSocketImplementationJVM
KSocketImplementationNative

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val lines: Flow<String>

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract suspend fun nativeConnect(host: String, port: Int)