Example usage for org.springframework.integration.ip.tcp.connection AbstractClientConnectionFactory subclass-usage

List of usage examples for org.springframework.integration.ip.tcp.connection AbstractClientConnectionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.ip.tcp.connection AbstractClientConnectionFactory subclass-usage.

Usage

From source file org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory.java

/**
 * Given a list of connection factories, serves up {@link TcpConnection}s
 * that can iterate over a connection from each factory until the write
 * succeeds or the list is exhausted.
 * @author Gary Russell
 * @since 2.2

From source file org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory.java

/**
 * @author Gary Russell
 * @since 2.2
 *
 */
public class CachingClientConnectionFactory extends AbstractClientConnectionFactory {

From source file org.springframework.integration.ip.addons.CachingTcpConnectionFactory.java

/**
 * @author Gary Russell
 * @since 2.1
 *
 */
public class CachingTcpConnectionFactory extends AbstractClientConnectionFactory {