类的使用
org.springframework.messaging.simp.stomp.StompClientSupport
使用StompClientSupport的程序包 程序包 说明 org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.messaging.simp.stomp中StompClientSupport的使用
org.springframework.messaging.simp.stomp中StompClientSupport的子类 修饰符和类型 类 说明 class
ReactorNettyTcpStompClient
A STOMP over TCP client that usesReactorNettyTcpClient
.org.springframework.web.socket.messaging中StompClientSupport的使用
org.springframework.web.socket.messaging中StompClientSupport的子类 修饰符和类型 类 说明 class
WebSocketStompClient
A STOMP over WebSocket client that connects using an implementation ofWebSocketClient
includingSockJsClient
.