Uses of Class
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
Packages that use AbstractWebSocketSession Package Description org.springframework.web.reactive.socket.adapter Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.Uses of AbstractWebSocketSession in org.springframework.web.reactive.socket.adapter
Subclasses of AbstractWebSocketSession in org.springframework.web.reactive.socket.adapter Modifier and Type Class Description classAbstractListenerWebSocketSession<T>Base class forWebSocketSessionimplementations that bridge between event-listener WebSocket APIs (e.g.classJettyWebSocketSessionSpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.classNettyWebSocketSessionSupport<T>Base class for Netty-basedWebSocketSessionadapters that provides convenience methods to convert NettyWebSocketFramesto and fromWebSocketMessages.classReactorNettyWebSocketSessionclassStandardWebSocketSessionSpringWebSocketSessionadapter for a standard Java (JSR 356)Session.classTomcatWebSocketSessionSpringWebSocketSessionadapter for Tomcat'sSession.classUndertowWebSocketSessionSpringWebSocketSessionimplementation that adapts to an UndertowWebSocketChannel.