Package org.springframework.web.reactive.socket.adapter
@NullMarked
package org.springframework.web.reactive.socket.adapter
Classes adapting Spring's Reactive webSocket API to and from webSocket runtimes.
-
ClassesClassDescriptionBase class for
webSocketSessionimplementations that bridge between event-listener webSocket APIs (for example, Jakarta webSocket API (JSR-356), Jetty) and Reactive Streams.Convenient base class forwebSocketSessionimplementations that holds common fields and exposes accessors.webSocketHandlerdecorator that enriches the context of the target handler.JettySession.Listenerhandler that delegates events to a reactivewebSocketHandlerand its session.SpringwebSocketSessionimplementation that adapts to a Jetty webSocketSession.Base class for Netty-basedwebSocketSessionadapters that provides convenience methods to convert NettywebSocketFramesto and fromwebSocketMessages.Simple container forNettyInboundandNettyOutbound.Adapter for the Jakarta webSocket API (JSR-356) that delegates events to a reactivewebSocketHandlerand its session.SpringwebSocketSessionadapter for a standard Java (JSR 356)Session.SpringwebSocketSessionadapter for Tomcat'sSession.