|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpSender | |
---|---|
org.springframework.integration.ip.tcp | |
org.springframework.integration.ip.tcp.connection | All things related to tcp connections - client and server factories; listener and sender interfaces. |
Uses of TcpSender in org.springframework.integration.ip.tcp |
---|
Classes in org.springframework.integration.ip.tcp that implement TcpSender | |
---|---|
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. |
Uses of TcpSender in org.springframework.integration.ip.tcp.connection |
---|
Fields in org.springframework.integration.ip.tcp.connection declared as TcpSender | |
---|---|
protected TcpSender |
AbstractConnectionFactory.sender
|
protected TcpSender |
AbstractTcpConnection.sender
|
Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpSender | |
---|---|
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 |
AbstractTcpConnection.registerSender(TcpSender sender)
|
void |
TcpConnection.registerSender(TcpSender sender)
Registers a sender. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |