Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder
Packages that use MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder
-
Uses of MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the MLLP component.Methods in org.apache.camel.builder.endpoint.dsl that return MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.MllpEndpointProducerBuilder.advanced()MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.connectTimeout(int connectTimeout) Timeout (in milliseconds) for establishing for a TCP connection TCP Client only.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.connectTimeout(String connectTimeout) Timeout (in milliseconds) for establishing for a TCP connection TCP Client only.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.idleTimeout(Integer idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.idleTimeout(String idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.idleTimeoutStrategy(String idleTimeoutStrategy) decide what action to take when idle timeout occurs.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.idleTimeoutStrategy(org.apache.camel.component.mllp.MllpIdleTimeoutStrategy idleTimeoutStrategy) decide what action to take when idle timeout occurs.Enable/disable the SO_KEEPALIVE socket option.Enable/disable the SO_KEEPALIVE socket option.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.maxBufferSize(int maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.maxBufferSize(String maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.minBufferSize(int minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.minBufferSize(String minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.readTimeout(int readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.readTimeout(String readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.receiveBufferSize(Integer receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.receiveBufferSize(String receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.receiveTimeout(int receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.receiveTimeout(String receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.sendBufferSize(Integer sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.sendBufferSize(String sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.tcpNoDelay(Boolean tcpNoDelay) Enable/disable the TCP_NODELAY socket option.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.tcpNoDelay(String tcpNoDelay) Enable/disable the TCP_NODELAY socket option.