Uses of Package
org.springframework.web.socket.sockjs.support
Packages that use org.springframework.web.socket.sockjs.support
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
.-
Classes in org.springframework.web.socket.sockjs.support used by org.springframework.web.socket.sockjs.transportClassDescriptionAn abstract base class for
SockJsService
implementations that provides SockJS path resolution and handling of static SockJS requests (for example, "/info", "/iframe.html", etc). -
Classes in org.springframework.web.socket.sockjs.support used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionAn abstract base class for
SockJsService
implementations that provides SockJS path resolution and handling of static SockJS requests (for example, "/info", "/iframe.html", etc).