Uses of Class
io.vertx.rxjava3.core.net.NetSocket
Packages that use NetSocket
Package
Description
-
Uses of NetSocket in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return NetSocketMethods in io.vertx.rxjava3.core.http that return types with arguments of type NetSocketModifier and TypeMethodDescriptionHttpServerRequest.rxToNetSocket()Establish a TCP tunnel with the client.HttpServerRequest.toNetSocket()Establish a TCP tunnel with the client. -
Uses of NetSocket in io.vertx.rxjava3.core.net
Fields in io.vertx.rxjava3.core.net with type parameters of type NetSocketModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<NetSocket> NetSocket.__TYPE_ARGMethods in io.vertx.rxjava3.core.net that return NetSocketModifier and TypeMethodDescriptionNetSocket.closeHandler(Handler<Void> handler) Set ahandlernotified when the socket is closedNetSocket.drainHandler(Handler<Void> handler) NetSocket.endHandler(Handler<Void> endHandler) This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.NetSocket.exceptionHandler(Handler<Throwable> handler) NetSocket.fetch(long amount) static NetSocketNetSocket.newInstance(NetSocket arg) NetSocket.pause()NetSocket.resume()NetSocket.setWriteQueueMaxSize(int maxSize) NetSocket.shutdownHandler(Handler<Duration> handler) Set ahandlernotified when the socket is shutdown: the client or server will close the connection within a certain amount of time.Methods in io.vertx.rxjava3.core.net that return types with arguments of type NetSocketModifier and TypeMethodDescriptionOpen a connection to a server at the specificportandhost.Open a connection to a server at the specificportandhost.NetClient.connect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.NetClient.connect(SocketAddress remoteAddress) Open a connection to a server at the specificremoteAddress.NetClient.connect(SocketAddress remoteAddress, String serverName) Open a connection to a server at the specificremoteAddress.Open a connection to a server at the specificportandhost.Open a connection to a server at the specificportandhost.NetClient.rxConnect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.NetClient.rxConnect(SocketAddress remoteAddress) Open a connection to a server at the specificremoteAddress.NetClient.rxConnect(SocketAddress remoteAddress, String serverName) Open a connection to a server at the specificremoteAddress.Method parameters in io.vertx.rxjava3.core.net with type arguments of type NetSocketModifier and TypeMethodDescriptionNetServer.connectHandler(Handler<NetSocket> handler) Supply a connect handler for this server. -
Uses of NetSocket in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp that return NetSocket