| Package | Description |
|---|---|
| org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingClientConnectionFactory |
class |
FailoverClientConnectionFactory
Given a list of connection factories, serves up
TcpConnections
that can iterate over a connection from each factory until the write
succeeds or the list is exhausted. |
class |
TcpNetClientConnectionFactory
A client connection factory that creates
TcpNetConnections. |
class |
TcpNioClientConnectionFactory
A client connection factory that creates
TcpNioConnections. |
| Constructor and Description |
|---|
CachingClientConnectionFactory(AbstractClientConnectionFactory target,
int poolSize) |
| Constructor and Description |
|---|
FailoverClientConnectionFactory(List<AbstractClientConnectionFactory> factories) |
Copyright © 2016. All rights reserved.