Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder
Packages that use MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder
-
Uses of MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.MllpEndpointBuilder.advanced()MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.idleTimeout(Integer idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.idleTimeout(String idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.maxBufferSize(int maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.maxBufferSize(String maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.minBufferSize(int minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.minBufferSize(String minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.readTimeout(int readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.readTimeout(String readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveBufferSize(Integer receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveBufferSize(String receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveTimeout(int receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.receiveTimeout(String receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.sendBufferSize(Integer sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.sendBufferSize(String sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).