@TypeDsl(allowInlineDefinition=true,
allowTopLevelDefinition=true)
public class UDPEndpoint
extends AbstractEndpoint
| Modifier and Type | Field and Description |
|---|---|
boolean |
strictResponseMatching
When enabled peer response address is checked.
|
UdpParams |
udpParams
UDP endpoint parameters.
|
blockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Constructor and Description |
|---|
UDPEndpoint()
Default Constructor used by Mule.
|
UDPEndpoint(String name)
Constructor for manually constructing the endpoint.
|
UDPEndpoint(String name,
int port)
Constructor for manually constructing the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept a visitor and pass on.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter @Optional @NullSafe @Summary(value="UDP parameters") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public UdpParams udpParams
@Parameter @Optional(defaultValue="true") @Summary(value="When enabled peer response address is checked.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public boolean strictResponseMatching
public UDPEndpoint()
public UDPEndpoint(String name)
name - The manually set name of the endpointpublic UDPEndpoint(String name, int port)
name - The manually set name of the endpointport - The manually set port to bind to.public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class AbstractEndpointvisitor - The visitor of the configuration object.ConfigExceptionpublic boolean equals(Object obj)
equals in class AbstractEndpointObject.equals(java.lang.Object)public int hashCode()
hashCode in class AbstractEndpointObject.hashCode()Copyright © 2019–2024 Teslanet.nl. All rights reserved.