Package org.springframework.web.reactive.socket.adapter
@NonNullApi
@NonNullFields
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, Undertow) 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.Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementBase class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementDeprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementSimple 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.Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementDeprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacement