Uses of Package
org.springframework.web.reactive.socket.adapter
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
Client support for WebSocket interactions.
-
ClassDescriptionBase class for
WebSocketSession
implementations that bridge between event-listener WebSocket APIs (e.g.Processor to send web socket messages.Convenient base class forWebSocketSession
implementations that holds common fields and exposes accessors.SpringWebSocketSession
implementation that adapts to a Jetty WebSocketSession
.Base class for Netty-basedWebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
.Base class for Netty-basedWebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
.SpringWebSocketSession
adapter for a standard Java (JSR 356)Session
.SpringWebSocketSession
implementation that adapts to an UndertowWebSocketChannel
. -