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 Java WebSocket API.
SockJS client implementation of
WebSocketClient
.SockJS specific implementations of
WebSocketSession
.-
Uses of NativeWebSocketSession in org.springframework.web.socket.adapter
Classes in org.springframework.web.socket.adapter that implement NativeWebSocketSessionModifier and TypeClassDescriptionclass
An abstract base class for implementations ofWebSocketSession
. -
Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.jetty
Classes in org.springframework.web.socket.adapter.jetty that implement NativeWebSocketSessionModifier and TypeClassDescriptionclass
AWebSocketSession
for use with the Jetty 9.4 WebSocket API. -
Uses of NativeWebSocketSession in org.springframework.web.socket.adapter.standard
Classes in org.springframework.web.socket.adapter.standard that implement NativeWebSocketSessionModifier and TypeClassDescriptionclass
AWebSocketSession
for use with the standard WebSocket for Java API. -
Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.client
Classes in org.springframework.web.socket.sockjs.client that implement NativeWebSocketSessionModifier and TypeClassDescriptionclass
An extension ofAbstractClientSockJsSession
wrapping and delegating to an actual WebSocket session. -
Uses of NativeWebSocketSession in org.springframework.web.socket.sockjs.transport.session
Classes in org.springframework.web.socket.sockjs.transport.session that implement NativeWebSocketSessionModifier and TypeClassDescriptionclass
A SockJS session for use with the WebSocket transport.