Class JettyWebSocketSession

java.lang.Object
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession<T>
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession<org.eclipse.jetty.websocket.api.Session>
org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
All Implemented Interfaces:
Subscriber<Void>, WebSocketSession

public class JettyWebSocketSession extends AbstractListenerWebSocketSession<org.eclipse.jetty.websocket.api.Session>
Spring WebSocketSession implementation that adapts to a Jetty WebSocket Session.
Since:
5.0
Author:
Violeta Georgieva, Rossen Stoyanchev