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 (for example, Jakarta webSocket API (JSR-356), Jetty) and Reactive Streams.Write processor for outbound webSocket 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.Simple container forNettyInboundandNettyOutbound.SpringwebSocketSessionadapter for a standard Java (JSR 356)Session. -
Classes in org.springframework.web.reactive.socket.adapter used by org.springframework.web.reactive.socket.client