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 | Class and Description |
---|---|
class |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
class |
TcpOutboundGateway
TCP outbound gateway that uses a client connection factory.
|
class |
TcpSendingMessageHandler
Tcp outbound channel adapter using a TcpConnection to
send data - if the connection factory is a server
factory, the TcpListener owns the connections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TcpConnectionInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionInterceptorSupport
Base class for TcpConnectionIntercepters; passes all method calls through
to the underlying
TcpConnection . |
Modifier and Type | Method and Description |
---|---|
TcpSender |
TcpConnectionInterceptorSupport.getSender() |
TcpSender |
AbstractConnectionFactory.getSender() |
TcpSender |
TcpConnectionSupport.getSender() |
TcpSender |
CachingClientConnectionFactory.getSender() |
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionInterceptorSupport.registerSender(TcpSender sender) |
void |
AbstractConnectionFactory.registerSender(TcpSender sender)
Registers a TcpSender; for server sockets, used to
provide connection information so a sender can be used
to reply to incoming messages.
|
void |
TcpConnectionSupport.registerSender(TcpSender sender)
Registers a sender.
|
void |
FailoverClientConnectionFactory.registerSender(TcpSender sender) |
void |
CachingClientConnectionFactory.registerSender(TcpSender sender) |
Copyright © 2016. All rights reserved.