Uses of Class
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
Packages that use AbstractListenerWebSocketSession
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
-
Uses of AbstractListenerWebSocketSession in org.springframework.web.reactive.socket.adapter
Modifier and TypeClassDescriptionclassSpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.classSpringWebSocketSessionadapter for a standard Java (JSR 356)Session.classSpringWebSocketSessionadapter for Tomcat'sSession.classSpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.