Uses of Class
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpClientConnectionFactorySpec in org.springframework.integration.ip.dsl
Modifier and TypeMethodDescriptionTcpClientConnectionFactorySpec.connectTimeout
(int connectTimeout) Set the connection timeout in seconds.Create a client spec that does not use NIO.Create a client spec that uses NIO.Modifier and TypeMethodDescriptionstatic TcpOutboundGatewaySpec
Tcp.outboundGateway
(TcpClientConnectionFactorySpec connectionFactory) Create an outbound gateway using the supplied client connection factory.ModifierConstructorDescriptionTcpOutboundGatewaySpec
(TcpClientConnectionFactorySpec connectionFactorySpec) Construct an instance using the supplied connection factory spec.