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

remoteSettingsHandler

open fun remoteSettingsHandler(handler: Handler<Http2Settings>): HttpConnection

Set an handler that is called when remote endpoint io.vertx.core.http.Http2Settings are updated. This is not implemented for HTTP/1.x.

Parameters

handler - the handler for remote endpoint settings

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