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.adapterClassDescriptionA
WebSocketSession
that 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 of
WebSocketSession
.AWebSocketSession
that 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 of
WebSocketSession
.AWebSocketSession
that exposes the underlying, native WebSocketSession through a getter. -
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.sockjs.clientClassDescriptionA
WebSocketSession
that exposes the underlying, native WebSocketSession through a getter. -
Classes in org.springframework.web.socket.adapter used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionA
WebSocketSession
that exposes the underlying, native WebSocketSession through a getter.