| Name | Description | Type | Package | Framework |
| AbstractSubProtocolEvent | A base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
| DefaultSimpUserRegistry | Default, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent to | Class | org.springframework.web.socket.messaging | Spring MVC |
| SessionConnectedEvent | A connected event represents the server response to a client's connect request. | Class | org.springframework.web.socket.messaging | Spring MVC |
| SessionConnectEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
| SessionDisconnectEvent | Event raised when the session of a WebSocket client using a Simple MessagingProtocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
| SessionSubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
| SessionUnsubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
| StompSubProtocolErrorHandler | A SubProtocolErrorHandler for use with STOMP. | Class | org.springframework.web.socket.messaging | Spring MVC |
| StompSubProtocolHandler | A SubProtocolHandler for STOMP that supports versions 1. | Class | org.springframework.web.socket.messaging | Spring MVC |
| SubProtocolErrorHandler | A contract for handling sub-protocol errors sent to clients. | Interface | org.springframework.web.socket.messaging | Spring MVC |
| SubProtocolHandler | A contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification. | Interface | org.springframework.web.socket.messaging | Spring MVC |
| SubProtocolWebSocketHandler | An implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to which | Class | org.springframework.web.socket.messaging | Spring MVC |
| WebSocketAnnotationMethodMessageHandler | A sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods. | Class | org.springframework.web.socket.messaging | Spring MVC |
| WebSocketStompClient | A STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient. | Class | org.springframework.web.socket.messaging | Spring MVC |