Uses of Class
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
Packages that use TcpClientConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpClientConnectionFactorySpec in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl that return TcpClientConnectionFactorySpecModifier 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.Methods in org.springframework.integration.ip.dsl with parameters of type TcpClientConnectionFactorySpecModifier and TypeMethodDescriptionstatic TcpOutboundGatewaySpec
Tcp.outboundGateway
(TcpClientConnectionFactorySpec connectionFactory) Create an outbound gateway using the supplied client connection factory.Constructors in org.springframework.integration.ip.dsl with parameters of type TcpClientConnectionFactorySpecModifierConstructorDescriptionTcpOutboundGatewaySpec
(TcpClientConnectionFactorySpec connectionFactorySpec) Construct an instance using the supplied connection factory spec.