Class TcpNioClientConnectionFactory

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
All Implemented Interfaces:
java.lang.Runnable, 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, org.springframework.scheduling.SchedulingAwareRunnable

public class TcpNioClientConnectionFactory
extends AbstractClientConnectionFactory
implements org.springframework.scheduling.SchedulingAwareRunnable
A client connection factory that creates TcpNioConnections.
Since:
2.0
  • Constructor Details

    • TcpNioClientConnectionFactory

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