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
TcpConnection s
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
TcpNetConnection s. |
class |
TcpNioClientConnectionFactory
A client connection factory that creates
TcpNioConnection s. |
Constructor and Description |
---|
CachingClientConnectionFactory(AbstractClientConnectionFactory target,
int poolSize) |
Constructor and Description |
---|
FailoverClientConnectionFactory(List<AbstractClientConnectionFactory> factories) |
Copyright © 2018. All rights reserved.