Uses of Class
org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
Packages that use StandardWebSocketSession 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.Uses of StandardWebSocketSession in org.springframework.web.reactive.socket.adapter
Subclasses of StandardWebSocketSession in org.springframework.web.reactive.socket.adapter Modifier and Type Class Description classTomcatWebSocketSessionSpringWebSocketSessionadapter for Tomcat'sSession.Constructor parameters in org.springframework.web.reactive.socket.adapter with type arguments of type StandardWebSocketSession Constructor Description StandardWebSocketHandlerAdapter(WebSocketHandler handler, Function<Session,StandardWebSocketSession> sessionFactory)Uses of StandardWebSocketSession in org.springframework.web.reactive.socket.client
Methods in org.springframework.web.reactive.socket.client that return StandardWebSocketSession Modifier and Type Method Description protected StandardWebSocketSessionStandardWebSocketClient. createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.MonoProcessor<Void> completion)protected StandardWebSocketSessionTomcatWebSocketClient. createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.MonoProcessor<Void> completion)