| Package | Description | 
|---|---|
| org.springframework.messaging.simp.config | 
 Configuration support for WebSocket messaging using higher level messaging protocols. 
 | 
| org.springframework.messaging.simp.stomp | 
 Generic support for simple messaging protocols (like STOMP). 
 | 
| org.springframework.messaging.tcp.reactor | 
 Contains support for TCP messaging based on Reactor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StompBrokerRelayRegistration.setTcpClient(TcpOperations<byte[]> tcpClient)
Configure a TCP client for managing TCP connections to the STOMP broker. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TcpOperations<byte[]> | 
StompBrokerRelayMessageHandler.getTcpClient()
Get the configured TCP client (never  
null unless not configured
 invoked and this method is invoked before the handler is started and
 hence a default implementation initialized). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StompBrokerRelayMessageHandler.setTcpClient(TcpOperations<byte[]> tcpClient)
Configure a TCP client for managing TCP connections to the STOMP broker. 
 | 
| Constructor and Description | 
|---|
ReactorNettyTcpStompClient(TcpOperations<byte[]> tcpClient)
Create an instance with a pre-configured TCP client. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReactorNettyTcpClient<P>
Reactor Netty based implementation of  
TcpOperations. |