Uses of Class
io.vertx.mutiny.core.net.NetClient
- 
Packages that use NetClient Package Description io.vertx.mutiny.core io.vertx.mutiny.core.net io.vertx.mutiny.ext.stomp  - 
- 
Uses of NetClient in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return NetClient Modifier and Type Method Description NetClientVertx. createNetClient()NetClientVertx. createNetClient(io.vertx.core.net.NetClientOptions options) - 
Uses of NetClient in io.vertx.mutiny.core.net
Fields in io.vertx.mutiny.core.net with type parameters of type NetClient Modifier and Type Field Description static TypeArg<NetClient>NetClient. __TYPE_ARGMethods in io.vertx.mutiny.core.net that return NetClient Modifier and Type Method Description NetClientNetClient. connectAndForget(int port, String host)Variant ofconnect(int,String)that ignores the result of the operation.NetClientNetClient. connectAndForget(int port, String host, String serverName)Variant ofconnect(int,String,String)that ignores the result of the operation.NetClientNetClient. connectAndForget(SocketAddress remoteAddress)Variant ofconnect(io.vertx.mutiny.core.net.SocketAddress)that ignores the result of the operation.NetClientNetClient. connectAndForget(SocketAddress remoteAddress, String serverName)Variant ofconnect(io.vertx.mutiny.core.net.SocketAddress,String)that ignores the result of the operation.static NetClientNetClient. newInstance(io.vertx.core.net.NetClient arg) - 
Uses of NetClient in io.vertx.mutiny.ext.stomp
 
 -