Package | Description |
---|---|
org.springframework.web.reactive.socket.client |
Client support for WebSocket interactions.
|
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketClient
A
WebSocketClient implementation for use with Jetty
WebSocketClient . |
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 of
WebSocketClient . |