Uses of Class
org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Packages that use AbstractSockJsSession
Package
Description
TransportHandler
implementation classes as well as a concrete
SockJsService
.SockJS specific implementations of
WebSocketSession
.-
Uses of AbstractSockJsSession in org.springframework.web.socket.sockjs.transport.handler
Methods in org.springframework.web.socket.sockjs.transport.handler that return AbstractSockJsSessionModifier and TypeMethodDescriptionWebSocketTransportHandler.createSession
(String id, WebSocketHandler handler, Map<String, Object> attrs) -
Uses of AbstractSockJsSession in org.springframework.web.socket.sockjs.transport.session
Modifier and TypeClassDescriptionclass
An abstract base class for use with HTTP transport SockJS sessions.class
A SockJS session for use with polling HTTP transports.class
A SockJS session for use with streaming HTTP transports.class
A SockJS session for use with the WebSocket transport.