Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder
Packages that use MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder
-
Uses of MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder 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.AdvancedMllpEndpointConsumerBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.acceptTimeout(int acceptTimeout) Timeout (in milliseconds) while waiting for a TCP connection TCP Server Only.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.acceptTimeout(String acceptTimeout) Timeout (in milliseconds) while waiting for a TCP connection TCP Server Only.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.advanced()The maximum queue length for incoming connection indications (a request to connect) is set to the backlog parameter.The maximum queue length for incoming connection indications (a request to connect) is set to the backlog parameter.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindRetryInterval(int bindRetryInterval) TCP Server Only - The number of milliseconds to wait between bind attempts.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindRetryInterval(String bindRetryInterval) TCP Server Only - The number of milliseconds to wait between bind attempts.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindTimeout(int bindTimeout) TCP Server Only - The number of milliseconds to retry binding to a server port.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindTimeout(String bindTimeout) TCP Server Only - The number of milliseconds to retry binding to a server port.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.idleTimeout(Integer idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.idleTimeout(String idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.lenientBind(boolean lenientBind) TCP Server Only - Allow the endpoint to start before the TCP ServerSocket is bound.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.lenientBind(String lenientBind) TCP Server Only - Allow the endpoint to start before the TCP ServerSocket is bound.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxBufferSize(int maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxBufferSize(String maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxConcurrentConsumers(int maxConcurrentConsumers) The maximum number of concurrent MLLP Consumer connections that will be allowed.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxConcurrentConsumers(String maxConcurrentConsumers) The maximum number of concurrent MLLP Consumer connections that will be allowed.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.minBufferSize(int minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.minBufferSize(String minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.readTimeout(int readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.readTimeout(String readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveBufferSize(Integer receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveBufferSize(String receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveTimeout(int receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveTimeout(String receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.reuseAddress(Boolean reuseAddress) Enable/disable the SO_REUSEADDR socket option.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.reuseAddress(String reuseAddress) Enable/disable the SO_REUSEADDR socket option.MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.sendBufferSize(Integer sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.sendBufferSize(String sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).