Uses of Interface
org.springframework.web.reactive.socket.client.WebSocketClient
Packages that use WebSocketClient
Package
Description
Client support for WebSocket interactions.
- 
Uses of WebSocketClient in org.springframework.web.reactive.socket.clientClasses in org.springframework.web.reactive.socket.client that implement WebSocketClientModifier and TypeClassDescriptionclassAWebSocketClientimplementation for use with JettyWebSocketClient.classWebSocketClientimplementation for use with Reactor Netty.classWebSocketClientimplementation for use with the Java WebSocket API.classWebSocketClientimplementation for use with the Java WebSocket API.classUndertow based implementation ofWebSocketClient.