Uses of Interface
org.springframework.web.socket.sockjs.SockJsService

Packages that use SockJsService
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
Support classes for SockJS including an AbstractSockJsService implementation.
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.