Uses of Interface
org.springframework.web.reactive.socket.WebSocketSession
Package
Description
Abstractions and support classes for reactive WebSocket interactions.
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
-
Uses of WebSocketSession in org.springframework.web.reactive.socket
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
WebSocketHandler.handle
(WebSocketSession session) Invoked when a new WebSocket connection is established, and allows handling of the session. -
Uses of WebSocketSession in org.springframework.web.reactive.socket.adapter
Modifier and TypeClassDescriptionclass
Base class forWebSocketSession
implementations that bridge between event-listener WebSocket APIs (for example, Jakarta WebSocket API (JSR-356), Jetty, Undertow) and Reactive Streams.class
Convenient base class forWebSocketSession
implementations that holds common fields and exposes accessors.class
SpringWebSocketSession
implementation that adapts to a Jetty WebSocketSession
.class
Base class for Netty-basedWebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
.class
Base class for Netty-basedWebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
.class
WebSocketSession
implementation for use with the Reactor Netty's (Netty 5)NettyInbound
andNettyOutbound
.class
class
SpringWebSocketSession
adapter for a standard Java (JSR 356)Session
.class
SpringWebSocketSession
adapter for Tomcat'sSession
.class
SpringWebSocketSession
implementation that adapts to an UndertowWebSocketChannel
.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
ContextWebSocketHandler.handle
(WebSocketSession session)