suspend fun HttpConnection.pingAwait(data: Buffer): Buffer
Suspending version of method io.vertx.core.http.HttpConnection.ping |
|
suspend fun HttpConnection.shutdownAwait(): Unit suspend fun HttpConnection.shutdownAwait(timeout: Long): Unit
Suspending version of method io.vertx.core.http.HttpConnection.shutdown |
|
suspend fun HttpConnection.updateSettingsAwait(settings: Http2Settings): Unit
Suspending version of method io.vertx.core.http.HttpConnection.updateSettings |