Uses of Class
org.springframework.web.socket.sockjs.support.AbstractSockJsService
Packages that use AbstractSockJsService
Package
Description
Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService.TransportHandler
implementation classes as well as a concrete
SockJsService.-
Uses of AbstractSockJsService in org.springframework.web.socket.sockjs.transport
Subclasses of AbstractSockJsService in org.springframework.web.socket.sockjs.transportModifier and TypeClassDescriptionclassA basic implementation ofSockJsServicewith support for SPI-based transport handling and session management. -
Uses of AbstractSockJsService in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeClassDescriptionclassA default implementation ofSockJsServicewith all defaultTransportHandlerimplementations pre-registered.