| Package | Description |
|---|---|
| org.springframework.web.reactive.socket.server.support |
Server-side support classes for WebSocket requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeWebSocketService
WebSocketService implementation that handles a WebSocket HTTP
handshake request by delegating to a RequestUpgradeStrategy which
is either auto-detected (no-arg constructor) from the classpath but can
also be explicitly configured. |
| Modifier and Type | Method and Description |
|---|---|
WebSocketService |
WebSocketHandlerAdapter.getWebSocketService() |
| Constructor and Description |
|---|
WebSocketHandlerAdapter(WebSocketService webSocketService)
Alternative constructor with the
WebSocketService to use. |