Class | Description |
---|---|
TcpInboundGateway |
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
TcpOutboundGateway |
TCP outbound gateway that uses a client connection factory.
|
TcpReceivingChannelAdapter |
Tcp inbound channel adapter using a TcpConnection to
receive data - if the connection factory is a server
factory, this Listener owns the connections.
|
TcpSendingMessageHandler |
Tcp outbound channel adapter using a TcpConnection to
send data - if the connection factory is a server
factory, the TcpListener owns the connections.
|