Class TcpNetClientConnectionFactory

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.Lifecycle, org.springframework.integration.context.ExpressionCapable, ConnectionFactory, org.springframework.integration.support.context.NamedComponent, org.springframework.integration.support.management.ManageableLifecycle

public class TcpNetClientConnectionFactory extends AbstractClientConnectionFactory
A client connection factory that creates TcpNetConnections.
Since:
2.0
  • Constructor Details

    • TcpNetClientConnectionFactory

      public TcpNetClientConnectionFactory(String host, int port)
      Creates a TcpNetClientConnectionFactory for connections to the host and port.
      Parameters:
      host - the host
      port - the port
  • Method Details