vertx / io.vertx.reactivex.core.http / HttpClientRequest / connectionHandler

connectionHandler

open fun connectionHandler(handler: Handler<HttpConnection>): HttpClientRequest

Set a connection handler called when an HTTP connection has been established.

Parameters

handler - the handler

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