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 |
TcpSendingMessageHandler.getClientConnectionFactory() |
protected ConnectionFactory |
TcpReceivingChannelAdapter.getClientConnectionFactory() |
protected ConnectionFactory |
TcpSendingMessageHandler.getServerConnectionFactory() |
protected ConnectionFactory |
TcpReceivingChannelAdapter.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
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 |
TcpNetServerConnectionFactory
Implements a server connection factory that produces
TcpNetConnection s using
a ServerSocket . |
class |
TcpNioClientConnectionFactory
A client connection factory that creates
TcpNioConnection s. |
class |
TcpNioServerConnectionFactory
/**
Implements a server connection factory that produces
TcpNioConnection s using
a ServerSocketChannel . |
Copyright © 2016. All rights reserved.