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

remoteSettingsHandler

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

Set an handler that is called when remote endpoint 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