Uses of Package
org.springframework.web.socket.adapter
Packages that use org.springframework.web.socket.adapter
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.- 
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.adapterClassDescriptionAWebSocketSessionthat exposes the underlying, native WebSocketSession through a getter.
- 
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.adapter.jettyClassDescriptionAn abstract base class for implementations ofWebSocketSession.AWebSocketSessionthat exposes the underlying, native WebSocketSession through a getter.
- 
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.adapter.standardClassDescriptionAn abstract base class for implementations ofWebSocketSession.AWebSocketSessionthat exposes the underlying, native WebSocketSession through a getter.
- 
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.sockjs.clientClassDescriptionAWebSocketSessionthat exposes the underlying, native WebSocketSession through a getter.
- 
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionAWebSocketSessionthat exposes the underlying, native WebSocketSession through a getter.