Uses of Class
io.vertx.reactivex.core.net.NetClient
Packages that use NetClient
-
Uses of NetClient in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return NetClientModifier and TypeMethodDescriptionVertx.createNetClient()Create a TCP/SSL client using default optionsVertx.createNetClient(NetClientOptions options) Create a TCP/SSL client using the specified optionsVertx.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
Fields in io.vertx.reactivex.core.net with type parameters of type NetClientModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<NetClient> NetClient.__TYPE_ARGMethods in io.vertx.reactivex.core.net that return NetClient