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 class
JettyWebSocketClient
AWebSocketClient
implementation for use with JettyWebSocketClient
.class
ReactorNettyWebSocketClient
WebSocketClient
implementation for use with Reactor Netty.class
StandardWebSocketClient
WebSocketClient
implementation for use with the Java WebSocket API.class
TomcatWebSocketClient
WebSocketClient
implementation for use with the Java WebSocket API.class
UndertowWebSocketClient
Undertow based implementation ofWebSocketClient
.