@TypeDsl(allowInlineDefinition=true,
allowTopLevelDefinition=true)
public class DTLSEndpoint
extends AbstractEndpoint
| Modifier and Type | Field and Description |
|---|---|
DtlsMessageParams |
dtlsMessageParams
DTLS message parameters.
|
DtlsParams |
dtlsParams
DTLS parameters.
|
DtlsRetransmissionParams |
dtlsRetransmissionsParams
DTLS retransmissions parameters.
|
DtlsEndpointRole |
dtlsRole
The DTLS role of the endpoint.
|
ReplayFilter |
replayFilter
Anti replay filter.
|
DtlsResponseMatching |
responseMatching
The DTLS response matcher defines the algorithm used to correlate responses to requests.
|
SecurityParams |
securityParams
The security parameters.
|
blockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Constructor and Description |
|---|
DTLSEndpoint()
Default Constructor used by Mule.
|
DTLSEndpoint(String name)
Constructor for manually constructing the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter @Optional @NullSafe(defaultImplementingType=DtlsClientAndServerRole.class) @Summary(value="The DTLS role of the endpoint.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @DisplayName(value="DTLS Endpoint role") public DtlsEndpointRole dtlsRole
@Parameter @Summary(value="The security parameters.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @DisplayName(value="Encryption config") public SecurityParams securityParams
@Parameter @Optional(defaultValue="STRICT") @Summary(value="The DTLS response matcher defines the algorithm used to correlate responses to requests.") @Example(value="RELAXED") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public DtlsResponseMatching responseMatching
@Parameter @Optional @NullSafe @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public DtlsParams dtlsParams
@Parameter @Optional @NullSafe @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public DtlsMessageParams dtlsMessageParams
@Parameter @Optional @NullSafe @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public DtlsRetransmissionParams dtlsRetransmissionsParams
@Parameter @Optional @NullSafe(defaultImplementingType=DefaultReplayFilter.class) @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public ReplayFilter replayFilter
public DTLSEndpoint()
public DTLSEndpoint(String name)
name - the manually set name of the endpointpublic void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class AbstractEndpointvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class AbstractEndpointObject.equals(java.lang.Object)public int hashCode()
hashCode in class AbstractEndpointObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.