Uses of Interface
io.vertx.core.net.NetClient
Packages that use NetClient
-
Uses of NetClient in io.vertx.core
Methods in io.vertx.core that return NetClientModifier and TypeMethodDescriptiondefault NetClientVertx.createNetClient()Create a TCP/SSL client using default optionsVertx.createNetClient(NetClientOptions options) Create a TCP/SSL client using the specified optionsdefault NetClientVertx.createNetClient(TcpClientConfig config) Create a TCP/SSL client using the specified configVertx.createNetClient(TcpClientConfig config, ClientSSLOptions sslOptions) Create a TCP/SSL client using the specified config and the specified ssl options -
Uses of NetClient in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return NetClientMethods in io.vertx.reactivex.core.net with parameters of type NetClientConstructors in io.vertx.reactivex.core.net with parameters of type NetClient -
Uses of NetClient in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return NetClientMethods in io.vertx.rxjava3.core.net with parameters of type NetClientConstructors in io.vertx.rxjava3.core.net with parameters of type NetClient