vertx / io.vertx.rxjava.core.http / HttpConnection / updateSettings

updateSettings

open fun updateSettings(settings: Http2Settings): HttpConnection

Send to the remote endpoint an update of the server settings. This is not implemented for HTTP/1.x.

Parameters

settings - the new settings

Return
a reference to this, so the API can be used fluently

open fun updateSettings(settings: Http2Settings, completionHandler: Handler<AsyncResult<Void>>): HttpConnection

Send to the remote endpoint an update of this endpoint settings The completionHandler will be notified when the remote endpoint has acknowledged the settings. This is not implemented for HTTP/1.x.

Parameters

settings - the new settings

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

Return
a reference to this, so the API can be used fluently