Package | Description |
---|---|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketSession
Spring
WebSocketSession implementation that adapts to a Jetty
WebSocket Session . |
class |
StandardWebSocketSession
Spring
WebSocketSession adapter for a standard Java (JSR 356)
Session . |
class |
TomcatWebSocketSession
Spring
WebSocketSession adapter for Tomcat's
Session . |
class |
UndertowWebSocketSession
Spring
WebSocketSession implementation that adapts to an Undertow
WebSocketChannel . |