Connection
class Connection
Represents a connected socket with its input and output
Constructors
Connection( Represents a connected socket with its input and output |
Properties
val input: ByteReadChannel |
|
val output: ByteWriteChannel |
|
val socket: Socket |
Extension Functions
suspend fun Connection.tls( Make Socket connection secure with TLS using TLSConfig. suspend fun Connection.tls( Make Socket connection secure with TLS. suspend fun Connection.tls( Make Socket connection secure with TLS configured with block. |