Uses of Package
org.springframework.web.socket.sockjs
Packages that use org.springframework.web.socket.sockjs
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
Top-level SockJS types.
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
.SockJS specific implementations of
WebSocketSession
.-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.config.annotationClassDescriptionThe main entry point for processing HTTP requests from SockJS clients.
-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.sockjsClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.
-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.sockjs.supportClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.sockjs.transportClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
Classes in org.springframework.web.socket.sockjs used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.An exception thrown when a message frame was successfully received over an HTTP POST and parsed but one or more of the messages it contained could not be delivered to the WebSocketHandler either because the handler failed or because the connection got closed.Indicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g.