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 NetClient
Vertx. createNetClient()
NetClient
Vertx. 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_ARG
Methods in io.vertx.mutiny.core.net that return NetClient Modifier and Type Method Description NetClient
NetClient. connectAndForget(int port, String host)
Variant ofconnect(int,String)
that ignores the result of the operation.NetClient
NetClient. connectAndForget(int port, String host, String serverName)
Variant ofconnect(int,String,String)
that ignores the result of the operation.NetClient
NetClient. connectAndForget(SocketAddress remoteAddress)
Variant ofconnect(io.vertx.mutiny.core.net.SocketAddress)
that ignores the result of the operation.NetClient
NetClient. connectAndForget(SocketAddress remoteAddress, String serverName)
Variant ofconnect(io.vertx.mutiny.core.net.SocketAddress,String)
that ignores the result of the operation.static NetClient
NetClient. newInstance(io.vertx.core.net.NetClient arg)
-
Uses of NetClient in io.vertx.mutiny.ext.stomp
-