Uses of Class
org.springframework.web.socket.adapter.AbstractWebSocketSession
Packages that use AbstractWebSocketSession Package Description 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.Uses of AbstractWebSocketSession in org.springframework.web.socket.adapter.jetty
Subclasses of AbstractWebSocketSession in org.springframework.web.socket.adapter.jetty Modifier and Type Class Description classJettyWebSocketSessionAWebSocketSessionfor use with the Jetty 9.4 WebSocket API.Uses of AbstractWebSocketSession in org.springframework.web.socket.adapter.standard
Subclasses of AbstractWebSocketSession in org.springframework.web.socket.adapter.standard Modifier and Type Class Description classStandardWebSocketSessionAWebSocketSessionfor use with the standard WebSocket for Java API.