public abstract class AbstractTCPEndpoint extends AbstractEndpoint
| Modifier and Type | Field and Description |
|---|---|
TcpParams |
tcpParams
The tcpParams to use.
|
blockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTCPEndpoint()
Default Constructor used by Mule.
|
protected |
AbstractTCPEndpoint(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 @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Placement(order=1) public TcpParams tcpParams
protected AbstractTCPEndpoint()
protected AbstractTCPEndpoint(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.Copyright © 2019–2024 Teslanet.nl. All rights reserved.