| Name | Description | Type | Package | Framework |
| FixedIntervalReconnectStrategy | A simple strategy for making reconnect attempts at a fixed interval. | Class | org.springframework.messaging.tcp | Spring MVC |
| Reactor2TcpClient | An implementation of TcpOperationsbased on the TCP client support of the Reactor project. | Class | org.springframework.messaging.tcp.reactor | Spring MVC |
| Reactor2TcpConnection | An implementation of TcpConnection based on the TCP client support of the Reactor project. | Class | org.springframework.messaging.tcp.reactor | Spring MVC |
| ReconnectStrategy | A contract to determine the frequency of reconnect attempts after connection failure. | Interface | org.springframework.messaging.tcp | Spring MVC |
| TcpConnection | A contract for sending messages and managing a TCP connection. | Interface | org.springframework.messaging.tcp | Spring MVC |
| TcpConnectionHandler | A contract for managing lifecycle events for a TCP connection includingthe handling of incoming messages. | Interface | org.springframework.messaging.tcp | Spring MVC |
| TcpOperations | A contract for establishing TCP connections. | Interface | org.springframework.messaging.tcp | Spring MVC |