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

connectionHandler

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

Set a connection handler for the server.

Parameters

handler -

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