Uses of Package
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
.-
ClassDescriptionThe main entry point for processing HTTP requests from SockJS clients.
-
ClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.
-
ClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
ClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
ClassDescriptionBase class for exceptions raised while processing SockJS HTTP requests.The main entry point for processing HTTP requests from SockJS clients.
-
ClassDescriptionBase 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 (for example, IOException while writing to the response).