suspend fun NetSocket.pipeToAwait(dst: WriteStream<Buffer>): Unit
Suspending version of method io.vertx.core.net.NetSocket.pipeTo |
|
suspend fun NetSocket.sendFileAwait(filename: String): Unit suspend fun NetSocket.sendFileAwait(filename: String, offset: Long): Unit suspend fun NetSocket.sendFileAwait(filename: String, offset: Long, length: Long): Unit
Suspending version of method io.vertx.core.net.NetSocket.sendFile |
|
suspend fun NetSocket.writeAwait(message: Buffer): Unit
Suspending version of method io.vertx.core.net.NetSocket.write |