Package org.springframework.web.socket.sockjs
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs
Top-level SockJS types.
-
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.The main entry point for processing HTTP requests from SockJS clients.Indicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g.