Uses of Class
io.vertx.core.net.TcpServerConfig
Packages that use TcpServerConfig
Package
Description
-
Uses of TcpServerConfig in io.vertx.core
Methods in io.vertx.core with parameters of type TcpServerConfigModifier and TypeMethodDescriptiondefault NetServerVertx.createNetServer(TcpServerConfig config) Create a TCP/SSL server using the specified configVertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl options -
Uses of TcpServerConfig in io.vertx.core.http
Methods in io.vertx.core.http that return TcpServerConfig -
Uses of TcpServerConfig in io.vertx.core.net
Methods in io.vertx.core.net that return TcpServerConfigModifier and TypeMethodDescriptionTcpServerConfig.setAcceptBacklog(int acceptBacklog) Set the accept back logSet the hostTcpServerConfig.setIdleTimeout(Duration idleTimeout) TcpServerConfig.setLogConfig(LogConfig config) TcpServerConfig.setPort(int port) Set the portTcpServerConfig.setProxyProtocolTimeout(Duration proxyProtocolTimeout) Set the Proxy protocol timeout, default time unit.TcpServerConfig.setReadIdleTimeout(Duration idleTimeout) TcpServerConfig.setSsl(boolean ssl) TcpServerConfig.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) Set traffic shaping options.TcpServerConfig.setUseProxyProtocol(boolean useProxyProtocol) Set whether the server uses the HA Proxy protocolTcpServerConfig.setWriteIdleTimeout(Duration idleTimeout) Constructors in io.vertx.core.net with parameters of type TcpServerConfig -
Uses of TcpServerConfig in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type TcpServerConfigModifier and TypeMethodDescriptiondefault TransportMetrics<?> VertxMetrics.createTcpServerMetrics(TcpServerConfig config, String protocol, SocketAddress localAddress) Provides the net server metrics SPI when a net server is created. -
Uses of TcpServerConfig in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type TcpServerConfigModifier and TypeMethodDescriptionVertx.createNetServer(TcpServerConfig config) Create a TCP/SSL server using the specified configVertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl options -
Uses of TcpServerConfig in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type TcpServerConfigModifier and TypeMethodDescriptionVertx.createNetServer(TcpServerConfig config) Create a TCP/SSL server using the specified configVertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl options