LinuxSSLSocket

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
suspend fun connect(host: String, port: Int)
Link copied to clipboard
suspend fun read(size: Int): ByteArray
suspend fun read(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
suspend fun write(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int