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 TypeClassDescriptionclassAn abstract base class for use with HTTP transport SockJS sessions.classA SockJS session for use with polling HTTP transports.classA SockJS session for use with streaming HTTP transports.classA SockJS session for use with the WebSocket transport.