vertx / io.vertx.reactivex.core.http / HttpConnection / rxUpdateSettings

rxUpdateSettings

open fun rxUpdateSettings(settings: Http2Settings): Completable

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

Return