Uses of Class
io.vertx.mutiny.core.net.NetSocket
Packages that use NetSocket
Package
Description
-
Uses of NetSocket in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return NetSocketModifier and TypeMethodDescriptionHttpClientResponse.netSocket()
HttpServerRequest.toNetSocketAndAwait()
Blocking variant ofHttpServerRequest.toNetSocket()
.Methods in io.vertx.mutiny.core.http that return types with arguments of type NetSocketModifier and TypeMethodDescriptionio.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 NetSocketMethods in io.vertx.mutiny.core.net that return NetSocketModifier and TypeMethodDescriptionNetSocket.closeHandler
(Runnable handler) NetClient.connectAndAwait
(int port, String host) Blocking variant ofNetClient.connect(int,String)
.NetClient.connectAndAwait
(int port, String host, String serverName) Blocking variant ofNetClient.connect(int,String,String)
.NetClient.connectAndAwait
(SocketAddress remoteAddress) Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress)
.NetClient.connectAndAwait
(SocketAddress remoteAddress, String serverName) Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String)
.NetSocket.drainHandler
(Runnable handler) NetSocket.endHandler
(Runnable endHandler) NetSocket.exceptionHandler
(Consumer<Throwable> handler) NetSocket.fetch
(long amount) static NetSocket
NetSocket.newInstance
(io.vertx.core.net.NetSocket arg) NetSocket.pause()
NetSocket.resume()
NetSocket.sendFileAndForget
(String filename) Variant ofsendFile(String)
that ignores the result of the operation.NetSocket.sendFileAndForget
(String filename, long offset) Variant ofsendFile(String,long)
that ignores the result of the operation.NetSocket.sendFileAndForget
(String filename, long offset, long length) Variant ofsendFile(String,long,long)
that ignores the result of the operation.NetSocket.setWriteQueueMaxSize
(int maxSize) NetSocket.upgradeToSslAndForget()
Variant ofupgradeToSsl()
that ignores the result of the operation.NetSocket.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 NetSocketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<NetSocket>
Open a connection to a server at the specificport
andhost
.io.smallrye.mutiny.Uni<NetSocket>
Open a connection to a server at the specificport
andhost
.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
.NetServer.connectStream()
Deprecated.Method parameters in io.vertx.mutiny.core.net with type arguments of type NetSocket -
Uses of NetSocket in io.vertx.mutiny.ext.eventbus.bridge.tcp
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return NetSocket
#connectHandler(Handler)