Uses of Package
org.springframework.web.reactive.socket.adapter
Packages that use org.springframework.web.reactive.socket.adapter Package Description org.springframework.web.reactive.socket.adapter Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.org.springframework.web.reactive.socket.client Client support for WebSocket interactions.Classes in org.springframework.web.reactive.socket.adapter used by org.springframework.web.reactive.socket.adapter Class Description AbstractListenerWebSocketSession Base class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.AbstractListenerWebSocketSession.WebSocketSendProcessor Processor to send web socket messages.AbstractWebSocketSession Convenient base class forWebSocketSessionimplementations that holds common fields and exposes accessors.JettyWebSocketSession SpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.NettyWebSocketSessionSupport Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.StandardWebSocketSession SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.UndertowWebSocketSession SpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.Classes in org.springframework.web.reactive.socket.adapter used by org.springframework.web.reactive.socket.client Class Description StandardWebSocketSession SpringWebSocketSessionadapter for a standard Java (JSR 356)Session.