Uses of Class
io.vertx.core.net.TcpClientConfig
Packages that use TcpClientConfig
Package
Description
-
Uses of TcpClientConfig in io.vertx.core
Methods in io.vertx.core with parameters of type TcpClientConfigModifier and TypeMethodDescriptiondefault NetClientVertx.createNetClient(TcpClientConfig config) Create a TCP/SSL client using the specified configVertx.createNetClient(TcpClientConfig config, ClientSSLOptions sslOptions) Create a TCP/SSL client using the specified config and the specified ssl options -
Uses of TcpClientConfig in io.vertx.core.http
Methods in io.vertx.core.http that return TcpClientConfig -
Uses of TcpClientConfig in io.vertx.core.net
Methods in io.vertx.core.net that return TcpClientConfigModifier and TypeMethodDescriptionTcpClientConfig.addNonProxyHost(String host) Add ahostto theTcpClientConfig.getNonProxyHosts()list.TcpClientConfig.setConnectTimeout(Duration timeout) Set the connect timeout, the value must be greater or equals than zero, use0to disable timeout.TcpClientConfig.setIdleTimeout(Duration idleTimeout) TcpClientConfig.setLocalAddress(SocketAddress localAddress) Set the local address to bind for network connections.TcpClientConfig.setLogConfig(LogConfig config) TcpClientConfig.setMetricsName(String metricsName) TcpClientConfig.setNonProxyHosts(List<String> nonProxyHosts) Set a list of remote hosts that are not proxied when the client is configured to use a proxy.TcpClientConfig.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g.TcpClientConfig.setReadIdleTimeout(Duration idleTimeout) TcpClientConfig.setReconnectAttempts(int attempts) Set the value of reconnect attemptsTcpClientConfig.setReconnectInterval(Duration interval) Set the reconnect intervalTcpClientConfig.setSsl(boolean ssl) TcpClientConfig.setTransportConfig(TcpConfig transportConfig) TcpClientConfig.setWriteIdleTimeout(Duration idleTimeout) Constructors in io.vertx.core.net with parameters of type TcpClientConfig -
Uses of TcpClientConfig in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type TcpClientConfigModifier and TypeMethodDescriptiondefault TransportMetrics<?> VertxMetrics.createTcpClientMetrics(TcpClientConfig config, String protocol) Provides the TCP client metrics SPI when a net client is created. -
Uses of TcpClientConfig in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type TcpClientConfigModifier and TypeMethodDescriptionVertx.createNetClient(TcpClientConfig config) Create a TCP/SSL client using the specified configVertx.createNetClient(TcpClientConfig config, ClientSSLOptions sslOptions) Create a TCP/SSL client using the specified config and the specified ssl options -
Uses of TcpClientConfig in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type TcpClientConfigModifier and TypeMethodDescriptionVertx.createNetClient(TcpClientConfig config) Create a TCP/SSL client using the specified configVertx.createNetClient(TcpClientConfig config, ClientSSLOptions sslOptions) Create a TCP/SSL client using the specified config and the specified ssl options