vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpConnection / pingAwait

pingAwait

suspend fun HttpConnection.pingAwait(data: Buffer): Buffer

Suspending version of method io.vertx.core.http.HttpConnection.ping

Parameters

data - the 8 bytes data of the frame

Return

Buffer

NOTE: This function has been automatically generated from io.vertx.core.http.HttpConnection using Vert.x codegen.