Uses of Class
org.springframework.integration.ip.dsl.TcpNetClientConnectionFactorySpec
Packages that use TcpNetClientConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpNetClientConnectionFactorySpec in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl that return TcpNetClientConnectionFactorySpecModifier and TypeMethodDescriptionTcpNetClientConnectionFactorySpec.connectionSupport
(TcpNetConnectionSupport connectionSupport) TheTcpNetConnectionSupport
to use to create connection objects.Create a client spec that does not use NIO.TcpNetClientConnectionFactorySpec.socketFactorySupport
(TcpSocketFactorySupport tcpSocketFactorySupport) Set theTcpSocketFactorySupport
used to create server sockets.