Uses of Class
org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
Packages that use JettyWebSocketSession
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
- 
Uses of JettyWebSocketSession in org.springframework.web.reactive.socket.adapterConstructor parameters in org.springframework.web.reactive.socket.adapter with type arguments of type JettyWebSocketSessionModifierConstructorDescriptionJettyWebSocketHandlerAdapter(WebSocketHandler handler, Function<org.eclipse.jetty.websocket.api.Session, JettyWebSocketSession> sessionFactory)