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