Package org.springframework.integration.ip.tcp
package org.springframework.integration.ip.tcp
Base package for TCP Support.
-
ClassDescriptionInbound Gateway using a server connection factory - threading is controlled by the factory.TCP outbound gateway that uses a client connection factory.Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.