| Package | Description | 
|---|---|
| org.springframework.messaging.simp.stomp | Generic support for simple messaging protocols (like STOMP). | 
| org.springframework.messaging.tcp | Contains abstractions and implementation classes for establishing TCP connections via
  TcpOperations,
 handling messages viaTcpConnectionHandler,
 as well as sending messages viaTcpConnection. | 
| org.springframework.messaging.tcp.reactor | Contains support for TCP messaging based on Reactor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConnectionHandlingStompSessionA  StompSessionthat implementsTcpConnectionHandlerin order to send and receive messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultStompSessionDefault implementation of  ConnectionHandlingStompSession. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListenableFuture<Void> | TcpOperations. connect(TcpConnectionHandler<P> connectionHandler)Open a new connection. | 
| ListenableFuture<Void> | TcpOperations. connect(TcpConnectionHandler<P> connectionHandler,
       ReconnectStrategy reconnectStrategy)Open a new connection and a strategy for reconnecting if the connection fails. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListenableFuture<Void> | ReactorNettyTcpClient. connect(TcpConnectionHandler<P> handler) | 
| ListenableFuture<Void> | ReactorNettyTcpClient. connect(TcpConnectionHandler<P> handler,
       ReconnectStrategy strategy) |