Uses of Class
io.vertx.core.net.TcpConfig
Packages that use TcpConfig
-
Uses of TcpConfig in io.vertx.core.net
Methods in io.vertx.core.net that return TcpConfigModifier and TypeMethodDescriptionprotected TcpConfigTcpConfig.copy()TcpEndpointConfig.getTransportConfig()TCPSSLOptions.getTransportOptions()<T> TcpConfigConfigure a TCP option.TcpConfig.setReceiveBufferSize(int receiveBufferSize) Set the TCP receive buffer sizeTcpConfig.setReuseAddress(boolean reuseAddress) Set the value of reuse addressTcpConfig.setSendBufferSize(int sendBufferSize) Set the TCP send buffer sizeTcpConfig.setSoKeepAlive(boolean keepAlive) Set whether keep alive is enabledTcpConfig.setSoLinger(int soLinger) Set whether SO_linger keep alive is enabledTcpConfig.setSoReusePort(boolean soReusePort) Set the value of reuse port.TcpConfig.setTrafficClass(int trafficClass) Set the value of traffic classMethods in io.vertx.core.net with parameters of type TcpConfigModifier and TypeMethodDescriptionTcpClientConfig.setTransportConfig(TcpConfig transportConfig) TcpEndpointConfig.setTransportConfig(TcpConfig transportConfig) Set the client TCP transport config.Constructors in io.vertx.core.net with parameters of type TcpConfig -
Uses of TcpConfig in io.vertx.core.spi.transport
Methods in io.vertx.core.spi.transport with parameters of type TcpConfig