Uses of Interface
org.springframework.web.socket.adapter.NativeWebSocketSession
Packages that use NativeWebSocketSession Package Description org.springframework.web.socket.adapter Classes adapting Spring's WebSocket API to and from WebSocket providers.org.springframework.web.socket.adapter.jetty Adapter classes for the Jetty WebSocket API.org.springframework.web.socket.adapter.standard Adapter classes for the standard Java WebSocket API.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.Uses of NativeWebSocketSession in org.springframework.web.socket.adapter
Classes in org.springframework.web.socket.adapter that implement NativeWebSocketSession Modifier and Type Class Description classAbstractWebSocketSession<T>An abstract base class for implementations ofWebSocketSession.Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.jetty
Classes in org.springframework.web.socket.adapter.jetty that implement NativeWebSocketSession Modifier and Type Class Description classJettyWebSocketSessionAWebSocketSessionfor use with the Jetty 9.4 WebSocket API.Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.standard
Classes in org.springframework.web.socket.adapter.standard that implement NativeWebSocketSession Modifier and Type Class Description classStandardWebSocketSessionAWebSocketSessionfor use with the standard WebSocket for Java API.Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.client
Classes in org.springframework.web.socket.sockjs.client that implement NativeWebSocketSession Modifier and Type Class Description classWebSocketClientSockJsSessionAn extension ofAbstractClientSockJsSessionwrapping and delegating to an actual WebSocket session.Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.transport.session
Classes in org.springframework.web.socket.sockjs.transport.session that implement NativeWebSocketSession Modifier and Type Class Description classWebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.