Uses of Interface
io.vertx.core.net.NetSocket
Packages that use NetSocket
Package
Description
-
Uses of NetSocket in io.vertx.core.http
Methods in io.vertx.core.http that return NetSocketMethods in io.vertx.core.http that return types with arguments of type NetSocketModifier and TypeMethodDescriptionHttpServerRequest.toNetSocket()Establish a TCP tunnel with the client. -
Uses of NetSocket in io.vertx.core.net
Methods in io.vertx.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) Set an end handler.NetSocket.exceptionHandler(Handler<Throwable> handler) NetSocket.fetch(long amount) 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.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.NetServer.connectHandler()Method parameters in io.vertx.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.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp that return NetSocket -
Uses of NetSocket in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return NetSocketMethods in io.vertx.reactivex.core.net with parameters of type NetSocketConstructors in io.vertx.reactivex.core.net with parameters of type NetSocket -
Uses of NetSocket in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return NetSocketMethods in io.vertx.rxjava3.core.net with parameters of type NetSocketConstructors in io.vertx.rxjava3.core.net with parameters of type NetSocket