Uses of Class
org.springframework.web.socket.adapter.AbstractWebSocketSession
Packages that use AbstractWebSocketSession
Package
Description
Adapter classes for the Jetty WebSocket API.
Adapter classes for the standard Jakarta WebSocket API.
-
Uses of AbstractWebSocketSession in org.springframework.web.socket.adapter.jetty
Subclasses of AbstractWebSocketSession in org.springframework.web.socket.adapter.jetty -
Uses of AbstractWebSocketSession in org.springframework.web.socket.adapter.standard
Subclasses of AbstractWebSocketSession in org.springframework.web.socket.adapter.standardModifier and TypeClassDescriptionclass
AWebSocketSession
for use with the standard WebSocket for Java API.