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

rxUpdateSettings

open fun rxUpdateSettings(settings: Http2Settings): Single<Void>

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