程序包 org.springframework.web.reactive.socket.client
Client support for WebSocket interactions.
接口概要 接口 说明 WebSocketClient Contract for reactive-style handling of a WebSocket session.类概要 类 说明 JettyWebSocketClient AWebSocketClientimplementation for use with JettyWebSocketClient.ReactorNettyWebSocketClient WebSocketClientimplementation for use with Reactor Netty.StandardWebSocketClient WebSocketClientimplementation for use with the Java WebSocket API.TomcatWebSocketClient WebSocketClientimplementation for use with the Java WebSocket API.UndertowWebSocketClient Undertow based implementation ofWebSocketClient.