vertx / io.vertx.reactivex.core / Vertx / createNetClient

createNetClient

open fun createNetClient(options: NetClientOptions): NetClient

Create a TCP/SSL client using the specified options

Parameters

options - the options to use

Return
the client

open fun createNetClient(): NetClient

Create a TCP/SSL client using default options

Return
the client