Interface ConnectionFactory

All Superinterfaces:
org.springframework.context.Lifecycle, org.springframework.integration.support.management.ManageableLifecycle
All Known Implementing Classes:
AbstractClientConnectionFactory, AbstractConnectionFactory, AbstractServerConnectionFactory, CachingClientConnectionFactory, FailoverClientConnectionFactory, TcpNetClientConnectionFactory, TcpNetServerConnectionFactory, TcpNioClientConnectionFactory, TcpNioServerConnectionFactory, ThreadAffinityClientConnectionFactory

public interface ConnectionFactory
extends org.springframework.integration.support.management.ManageableLifecycle
A factory used to create TcpConnection objects.
Since:
2.0
  • Method Summary

    Modifier and Type Method Description
    TcpConnection getConnection()  

    Methods inherited from interface org.springframework.integration.support.management.ManageableLifecycle

    isRunning, start, stop
  • Method Details