Uses of Class
org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
Packages that use StandardWebSocketSession
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
Client support for WebSocket interactions.
- 
Uses of StandardWebSocketSession in org.springframework.web.reactive.socket.adapterSubclasses of StandardWebSocketSession in org.springframework.web.reactive.socket.adapterConstructor parameters in org.springframework.web.reactive.socket.adapter with type arguments of type StandardWebSocketSessionModifierConstructorDescriptionStandardWebSocketHandlerAdapter(WebSocketHandler handler, Function<Session, StandardWebSocketSession> sessionFactory) 
- 
Uses of StandardWebSocketSession in org.springframework.web.reactive.socket.clientMethods in org.springframework.web.reactive.socket.client that return StandardWebSocketSessionModifier and TypeMethodDescriptionprotected StandardWebSocketSessionStandardWebSocketClient.createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) protected StandardWebSocketSessionTomcatWebSocketClient.createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink)