public class TcpParams extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
Integer |
tcpConnectionIdleTimeout
The default tcp connection idle timeout in seconds [s].
|
Integer |
tcpConnectTimeout
The default tcp connect timeout in milliseconds [ms].
|
Integer |
tcpWorkerThreads
The number of TCP worker threads.
|
| Constructor and Description |
|---|
TcpParams() |
@Parameter @Optional(defaultValue="1") @Summary(value="The number of TCP worker threads. Default value is 1.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer tcpWorkerThreads
@Parameter @Optional(defaultValue="10000") @Summary(value="The default tcp connect timeout in milliseconds [ms].") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer tcpConnectTimeout
@Parameter @Optional(defaultValue="10") @Summary(value="The default tcp connection idle timeout in seconds [s].") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer tcpConnectionIdleTimeout
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2025 Teslanet.nl. All rights reserved.