| Package | Description |
|---|---|
| org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
| org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionFactory |
TcpReceivingChannelAdapter.getClientConnectionFactory() |
protected ConnectionFactory |
TcpSendingMessageHandler.getClientConnectionFactory() |
protected ConnectionFactory |
TcpReceivingChannelAdapter.getServerConnectionFactory() |
protected ConnectionFactory |
TcpSendingMessageHandler.getServerConnectionFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientConnectionFactory
Abstract class for client connection factories; client connection factories
establish outgoing connections.
|
class |
AbstractConnectionFactory
Base class for all connection factories.
|
class |
AbstractServerConnectionFactory
Base class for all server connection factories.
|
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 |
TcpNetServerConnectionFactory
Implements a server connection factory that produces
TcpNetConnections using
a ServerSocket. |
class |
TcpNioClientConnectionFactory
A client connection factory that creates
TcpNioConnections. |
class |
TcpNioServerConnectionFactory
/**
Implements a server connection factory that produces
TcpNioConnections using
a ServerSocketChannel. |
Copyright © 2016. All rights reserved.