public class TlsParams extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
Integer |
secureSessionTimeout
TLS session timeout in seconds [s].
|
Integer |
tlsHandshakeTimeout
The tls handshake timeout in milliseconds [ms].
|
| Constructor and Description |
|---|
TlsParams() |
@Parameter @Optional(defaultValue="10000") @Summary(value="The tls handshake timeout in milliseconds [ms].") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer tlsHandshakeTimeout
@Parameter @Optional(defaultValue="86400") @Summary(value="TLS session timeout in seconds [s]. Default value is 24 hours.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer secureSessionTimeout
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.