Class TcpConnectionFactoryFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<AbstractConnectionFactory>
org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<AbstractConnectionFactory>, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, Lifecycle

Instantiates a TcpN(et|io)(Server|Client)ConnectionFactory, depending on type and using-nio attributes.
Since:
2.0.5
Author:
Gary Russell