Uses of Package
org.springframework.integration.ip.tcp
Packages that use org.springframework.integration.ip.tcp
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Classes in org.springframework.integration.ip.tcp used by org.springframework.integration.ip.dslClassDescriptionInbound 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.