###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
krch
/
org.danbrough.krch.socket
/
KSocket
/
Implementation
Implementation
abstract
class
Implementation
Inheritors
KSocketImplementationJVM
KSocketImplementationNative
Members
Constructors
Implementation
Link copied to clipboard
constructor
(
)
Properties
lines
Link copied to clipboard
abstract
val
lines
:
Flow
<
String
>
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
native
Connect
Link copied to clipboard
abstract
suspend
fun
nativeConnect
(
host
:
String
,
port
:
Int
)