Deprecated API


Contents
Deprecated Methods
org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory.getPoolSize()
          This property is no longer used. If you wish to use a fixed thread pool, provide your own Executor in AbstractConnectionFactory.setTaskExecutor(Executor). 
org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory.setPoolSize(int)
          Default task executor is now a cached rather than a fixed pool executor. Use AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog. 
org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory.setPoolSize(int)
          Default task executor is now a cached rather than a fixed pool executor. To use a pool, supply an appropriate Executor in AbstractConnectionFactory.setTaskExecutor(Executor). Use AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog. 
org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean.setPoolSize(int)
            
org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter.setScheduler(TaskScheduler)
          Use AbstractEndpoint.setTaskScheduler(TaskScheduler) 
org.springframework.integration.ip.tcp.TcpSendingMessageHandler.setScheduler(TaskScheduler)
          Use TcpSendingMessageHandler.setTaskScheduler(TaskScheduler) 
org.springframework.integration.ip.tcp.TcpInboundGateway.setScheduler(TaskScheduler)
          Use AbstractEndpoint.setTaskScheduler(TaskScheduler)