Uses of Class
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
Packages that use AbstractWebSocketSession
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
- 
Uses of AbstractWebSocketSession in org.springframework.web.reactive.socket.adapterSubclasses of AbstractWebSocketSession in org.springframework.web.reactive.socket.adapterModifier and TypeClassDescriptionclassBase class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.classSpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.classBase class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.classBase class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.classWebSocketSessionimplementation for use with the Reactor Netty's (Netty 5)NettyInboundandNettyOutbound.classclassSpringWebSocketSessionadapter for a standard Java (JSR 356)Session.classSpringWebSocketSessionadapter for Tomcat'sSession.classSpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.