Uses of Interface
org.springframework.web.socket.adapter.NativeWebSocketSession
Packages that use NativeWebSocketSession
Package
Description
Classes adapting Spring's WebSocket API to and from WebSocket providers.
Adapter classes for the Jetty WebSocket API.
Adapter classes for the standard Jakarta WebSocket API.
SockJS client implementation of
 
WebSocketClient.SockJS specific implementations of
 
WebSocketSession.- 
Uses of NativeWebSocketSession in org.springframework.web.socket.adapterClasses in org.springframework.web.socket.adapter that implement NativeWebSocketSessionModifier and TypeClassDescriptionclassAn abstract base class for implementations ofWebSocketSession.
- 
Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.jettyClasses in org.springframework.web.socket.adapter.jetty that implement NativeWebSocketSession
- 
Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.standardClasses in org.springframework.web.socket.adapter.standard that implement NativeWebSocketSessionModifier and TypeClassDescriptionclassAWebSocketSessionfor use with the standard WebSocket for Java API.
- 
Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.clientClasses in org.springframework.web.socket.sockjs.client that implement NativeWebSocketSessionModifier and TypeClassDescriptionclassAn extension ofAbstractClientSockJsSessionwrapping and delegating to an actual WebSocket session.
- 
Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.transport.sessionClasses in org.springframework.web.socket.sockjs.transport.session that implement NativeWebSocketSessionModifier and TypeClassDescriptionclassA SockJS session for use with the WebSocket transport.