public abstract class AbstractTLSEndpoint extends AbstractTCPEndpoint
| Modifier and Type | Field and Description |
|---|---|
SecurityParams |
securityParams
The security parameters.
|
TlsParams |
tlsParams
The TLS parameters.
|
tcpParamsblockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTLSEndpoint()
Default Constructor used by Mule.
|
protected |
AbstractTLSEndpoint(String name)
Constructor for manually constructing the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
equals, hashCode@Parameter @Optional @NullSafe @Summary(value="TLS session timeout in seconds [s]. Default value is 24 hours.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public TlsParams tlsParams
@Parameter @Summary(value="The security parameters.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public SecurityParams securityParams
protected AbstractTLSEndpoint()
protected AbstractTLSEndpoint(String name)
name - the manually set name of the endpointpublic void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class AbstractTCPEndpointvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2024 Teslanet.nl. All rights reserved.