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

updateSettingsAwait

suspend fun HttpConnection.updateSettingsAwait(settings: Http2Settings): Unit

Send to the remote endpoint an update of this endpoint settings

Parameters

settings - the new settings

completionHandler - the handler notified when the settings have been acknowledged by the remote endpoint

Returna
reference to this, so the API can be used fluently *