Uses of Class
io.vertx.core.net.ConnectOptions
Packages that use ConnectOptions
-
Uses of ConnectOptions in io.vertx.core.net
Methods in io.vertx.core.net that return ConnectOptionsModifier and TypeMethodDescriptionSet the host name to be used by the client connection.Set the port to be used by the client connection.ConnectOptions.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g.ConnectOptions.setRemoteAddress(SocketAddress remoteAddress) Set the remote address to be used by the client connection.ConnectOptions.setSniServerName(String sniServerName) Set the SNI server name to use.ConnectOptions.setSsl(boolean ssl) Set whether SSL/TLS is enabled.ConnectOptions.setSslOptions(ClientSSLOptions sslOptions) Set the SSL options to use.ConnectOptions.setTimeout(int timeout) Override the client connect timeout in millis whentimeout >= 0or use the client defined connect timeoutClientOptionsBase.getConnectTimeout()whentimeout == -1.Methods in io.vertx.core.net with parameters of type ConnectOptionsModifier and TypeMethodDescriptionNetClient.connect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.Constructors in io.vertx.core.net with parameters of type ConnectOptions -
Uses of ConnectOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type ConnectOptionsModifier and TypeMethodDescriptionNetClient.connect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.NetClient.rxConnect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions. -
Uses of ConnectOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type ConnectOptionsModifier and TypeMethodDescriptionNetClient.connect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.NetClient.rxConnect(ConnectOptions connectOptions) Open a connection to a server at the specificconnectOptions.