Class TcpNetServerConnectionFactory

All Implemented Interfaces:
Runnable, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, Lifecycle, ExpressionCapable, OrderlyShutdownCapable, ConnectionFactory, TcpServerConnectionFactory, NamedComponent, ManageableLifecycle, SchedulingAwareRunnable

public class TcpNetServerConnectionFactory
extends AbstractServerConnectionFactory
Implements a server connection factory that produces TcpNetConnections using a ServerSocket. Must have a TcpListener registered.
Since:
2.0
Author:
Gary Russell, Artem Bilan, Mário Dias