Uses of Package
org.springframework.web.reactive.socket.adapter
Packages that use 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.
-
Classes in org.springframework.web.reactive.socket.adapter used by org.springframework.web.reactive.socket.adapterClassDescriptionBase class for
WebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.Processor to send web socket messages.Convenient base class forWebSocketSessionimplementations that holds common fields and exposes accessors.SpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.SpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel. -
Classes in org.springframework.web.reactive.socket.adapter used by org.springframework.web.reactive.socket.client