JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Constructors
Deprecated Methods
Method
Description
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec.tcpSocketSupport
(TcpSocketSupport)
in favor of
AbstractConnectionFactorySpec.socketSupport(TcpSocketSupport)
.
Deprecated Constructors
Constructor
Description
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
(String, int)
since 6.0.3; use a subclass.
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
(String, int, boolean)
since 6.0.3; use a subclass.
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec
(int)
since 6.0.3; use a subclass.
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec
(int, boolean)
since 6.0.3; use a subclass.
AbstractConnectionFactorySpec.socketSupport(TcpSocketSupport)
.