Package | Description |
---|---|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
org.springframework.web.reactive.socket.client |
Client support for WebSocket interactions.
|
Class and Description |
---|
AbstractListenerWebSocketSession
Base class for
WebSocketSession implementations that bridge between
event-listener WebSocket APIs (e.g. |
AbstractListenerWebSocketSession.WebSocketSendProcessor |
AbstractWebSocketSession
Convenient base class for
WebSocketSession implementations that
holds common fields and exposes accessors. |
JettyWebSocketSession
Spring
WebSocketSession implementation that adapts to a Jetty
WebSocket Session . |
NettyWebSocketSessionSupport
Base class for Netty-based
WebSocketSession adapters that provides
convenience methods to convert Netty WebSocketFrame s to and from
WebSocketMessage s. |
StandardWebSocketSession
Spring
WebSocketSession adapter for a standard Java (JSR 356)
Session . |
UndertowWebSocketSession
Spring
WebSocketSession implementation that adapts to an Undertow
WebSocketChannel . |
Class and Description |
---|
StandardWebSocketSession
Spring
WebSocketSession adapter for a standard Java (JSR 356)
Session . |