Uses of Class
org.springframework.messaging.simp.stomp.StompClientSupport
Packages that use StompClientSupport
Package
Description
Generic support for simple messaging protocols (like STOMP).
WebSocket integration for Spring's messaging module.
- 
Uses of StompClientSupport in org.springframework.messaging.simp.stompSubclasses of StompClientSupport in org.springframework.messaging.simp.stompModifier and TypeClassDescriptionclassA STOMP over TCP client, configurable withReactorNettyTcpClient.
- 
Uses of StompClientSupport in org.springframework.web.socket.messagingSubclasses of StompClientSupport in org.springframework.web.socket.messagingModifier and TypeClassDescriptionclassA STOMP over WebSocket client that connects using an implementation ofWebSocketClientincludingSockJsClient.