Uses of Interface
org.springframework.web.reactive.socket.client.WebSocketClient
Packages that use WebSocketClient Package Description org.springframework.web.reactive.socket.client Client support for WebSocket interactions.Uses of WebSocketClient in org.springframework.web.reactive.socket.client
Classes in org.springframework.web.reactive.socket.client that implement WebSocketClient Modifier and Type Class Description classJettyWebSocketClientAWebSocketClientimplementation for use with JettyWebSocketClient.classReactorNettyWebSocketClientWebSocketClientimplementation for use with Reactor Netty.classStandardWebSocketClientWebSocketClientimplementation for use with the Java WebSocket API.classTomcatWebSocketClientWebSocketClientimplementation for use with the Java WebSocket API.classUndertowWebSocketClientUndertow based implementation ofWebSocketClient.