Uses of Class
io.vertx.mutiny.core.net.NetSocket
- 
Packages that use NetSocket Package Description io.vertx.mutiny.core.http io.vertx.mutiny.core.net io.vertx.mutiny.ext.eventbus.bridge.tcp  - 
- 
Uses of NetSocket in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return NetSocket Modifier and Type Method Description NetSocketHttpClientResponse. netSocket()NetSocketHttpServerRequest. toNetSocketAndAwait()Blocking variant ofHttpServerRequest.toNetSocket().Methods in io.vertx.mutiny.core.http that return types with arguments of type NetSocket Modifier and Type Method Description io.smallrye.mutiny.Uni<NetSocket>HttpServerRequest. toNetSocket()Establish a TCP tunnel with the client. - 
Uses of NetSocket in io.vertx.mutiny.core.net
Fields in io.vertx.mutiny.core.net with type parameters of type NetSocket Modifier and Type Field Description static TypeArg<NetSocket>NetSocket. __TYPE_ARGMethods in io.vertx.mutiny.core.net that return NetSocket Modifier and Type Method Description NetSocketNetSocket. closeHandler(Runnable handler)NetSocketNetClient. connectAndAwait(int port, String host)Blocking variant ofNetClient.connect(int,String).NetSocketNetClient. connectAndAwait(int port, String host, String serverName)Blocking variant ofNetClient.connect(int,String,String).NetSocketNetClient. connectAndAwait(SocketAddress remoteAddress)Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress).NetSocketNetClient. connectAndAwait(SocketAddress remoteAddress, String serverName)Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String).NetSocketNetSocket. drainHandler(Runnable handler)NetSocketNetSocket. endHandler(Runnable endHandler)NetSocketNetSocket. exceptionHandler(Consumer<Throwable> handler)NetSocketNetSocket. fetch(long amount)NetSocketNetSocket. handler(Consumer<Buffer> handler)static NetSocketNetSocket. newInstance(io.vertx.core.net.NetSocket arg)NetSocketNetSocket. pause()NetSocketNetSocket. resume()NetSocketNetSocket. sendFileAndForget(String filename)Variant ofsendFile(String)that ignores the result of the operation.NetSocketNetSocket. sendFileAndForget(String filename, long offset)Variant ofsendFile(String,long)that ignores the result of the operation.NetSocketNetSocket. sendFileAndForget(String filename, long offset, long length)Variant ofsendFile(String,long,long)that ignores the result of the operation.NetSocketNetSocket. setWriteQueueMaxSize(int maxSize)NetSocketNetSocket. upgradeToSslAndForget()Variant ofupgradeToSsl()that ignores the result of the operation.NetSocketNetSocket. upgradeToSslAndForget(String serverName)Variant ofupgradeToSsl(String)that ignores the result of the operation.Methods in io.vertx.mutiny.core.net that return types with arguments of type NetSocket Modifier and Type Method Description io.smallrye.mutiny.Uni<NetSocket>NetClient. connect(int port, String host)Open a connection to a server at the specificportandhost.io.smallrye.mutiny.Uni<NetSocket>NetClient. connect(int port, String host, String serverName)Open a connection to a server at the specificportandhost.io.smallrye.mutiny.Uni<NetSocket>NetClient. connect(SocketAddress remoteAddress)Open a connection to a server at the specificremoteAddress.io.smallrye.mutiny.Uni<NetSocket>NetClient. connect(SocketAddress remoteAddress, String serverName)Open a connection to a server at the specificremoteAddress.ReadStream<NetSocket>NetServer. connectStream()Deprecated.instead use#connectHandler(Handler)Method parameters in io.vertx.mutiny.core.net with type arguments of type NetSocket Modifier and Type Method Description NetServerNetServer. connectHandler(Consumer<NetSocket> handler) - 
Uses of NetSocket in io.vertx.mutiny.ext.eventbus.bridge.tcp
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return NetSocket Modifier and Type Method Description NetSocketBridgeEvent. socket() 
 -