| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.advanced() |
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.idleTimeout(Integer idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.idleTimeout(String idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.readTimeout(int readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.readTimeout(String readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveBufferSize(Integer receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveBufferSize(String receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveTimeout(int receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveTimeout(String receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.sendBufferSize(Integer sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.sendBufferSize(String sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
Apache Camel